Open joshzana opened 9 years ago
Just got this. After trying to build my app with SDK 23.
Add -dontwarn com.viewpagerindicator.LinePageIndicator
to proguard-rules.pro
and don't use LinePageIndicator
.
I would not relay on this workaround. This will cause crashes on Android Marshmallow.
When I view the bug counter I guess that this library won't been upgraded. The solution is similar to this stackoverflow question: http://stackoverflow.com/q/32065160/995926
The FloatMath.ceil method has gone from being deprecated in API 22 to being deleted in the M preview SDK (along with several other FloatMath methods) The advice is to use Math methods instead. This affects LinPageIndicator, which uses ceil in two places.