chahine / pageindicator

An Instagram like page indicator compatible with RecyclerView and ViewPager.
MIT License
279 stars 42 forks source link

Fixes build issue #14

Closed MRezaNasirloo closed 6 years ago

MRezaNasirloo commented 6 years ago

I had a problem using this package, the error was Cannot resolve "support-v4", since the project has a dependency to appcompat-v7 which itself includes the support-v4 there's no need to add it again.

This pull also changes the library dependencies from implementation to compileOnly