pwittchen / InfiniteScroll

Infinite Scroll (Endless Scrolling) for RecyclerView in Android
Apache License 2.0
189 stars 26 forks source link

# for android API 28 #14

Closed dotkebi closed 5 years ago

dotkebi commented 5 years ago

update for API 28

pwittchen commented 5 years ago

Hi @dotkebi. Thanks for creating this PR! Could you update .travis.yml and library/build.gradle file with the correct versions and packages too to make Travis CI build pass? Now, it's failing.

dotkebi commented 5 years ago

Dear @pwittchen , I'm not good at travis and checkstyle. Checkstyle occurs some error, but I can't find solutions. Unable to crate a Checker {} classpath {null}

pwittchen commented 5 years ago

Please, reformat code with the project code style (https://github.com/pwittchen/InfiniteScroll#code-style) and it should fine.

pwittchen commented 5 years ago

Thanks for your patience!