laenger / ViewPagerBottomSheet

Use ViewPagers in Bottom Sheets!
Apache License 2.0
465 stars 86 forks source link

Build failing on `gradlew install` #14

Closed Krupen closed 7 years ago

Krupen commented 7 years ago

First of all, amazing work. Saved me a lot of work. I am building a library(it uses this library internally) and I am planning to upload it to jCenter. But as your library is only in Maven, people who want to use my library will also have to include your Maven dependency. So it would be really helpful if you can publish your library in jCenter via bintray.

I tried adding required classes from your library to mine but ran into compile issues on gradlew install. If you would help solve it, it would be great. Mostly the issues are Annotation related.

Krupen commented 7 years ago

Solved.