- Removed setting aspect ratio inside LoopingViewPager. Let its parent decide how to layout it (i.e. its height).
- Same as above, removed itemAspectRatio as well. You can actually simply set it through padding and clipToPadding=false.
- Removed unnecessary context as a param in LoopingPagerAdapter's constructor.
- Migrated from JCenter() to MavenCentral().