Malinskiy / SuperRecyclerView

Pumped up RecyclerView
2.63k stars 469 forks source link

Update support lib version to 25.2.0 #116

Closed dryaz closed 3 years ago

Malinskiy commented 7 years ago

Hey @dilix. Thanks for the PR. Can you please fix the build?

dryaz commented 7 years ago

Looks like the problem happen because I've changed compile/target sdk to N (25) in this case enviroment should use java8, I'll bring 23 back, it shuold help, but also in future you could enable targeting to N by allowing Travis CI to use java8 (https://blog.travis-ci.com/2013-11-26-test-your-java-libraries-on-java-8/)

dryaz commented 7 years ago

I don't think it will work until CI won't use java8 to build the lib. Using support v25 assumes that build tools and all other things also will be v25 and this assumes java8.

dryaz commented 7 years ago

All checks passed.

dryaz commented 6 years ago

@Malinskiy Hi, don't you want to merge this PR?