Trinea / android-auto-scroll-view-pager

Android auto scroll viewpager or viewpager in viewpager
http://p.codekk.com/
Apache License 2.0
1.67k stars 670 forks source link

support-v4 issue #18

Open skywalkerlw opened 9 years ago

skywalkerlw commented 9 years ago

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'

Trinea commented 9 years ago

thx

rinav commented 9 years ago

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.

Trinea commented 9 years ago

ok