android-auto-scroll-view-pager
android-auto-scroll-view-pager copied to clipboard
support-v4 issue
Since the framework includes support-v4, it's better to have
compile ('cn.trinea.android.view.autoscrollviewpager:android-auto-scroll-view-pager:1.1.2') { exclude module: 'support-v4' }
rather than
compile 'cn.trinea.android.view.autoscrollviewpager:android-auto-scroll-view-pager:1.1.2'
thx
Thanks @wangbourne for the fix. @Trinea, can you add this line to readme so that others don't have to google so and try to fix it.
ok