Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@programmingnatp programmingnatp released this 09 May 11:01
· 4 commits to master since this release
608f46c

Updated

  • Gradle Updated
  • ReadMe Updated
  • Moved the library to JitPack

To use this project in your project:

Add the repository to your root build.gradle

maven { url 'https://jitpack.io' }

Add the dependency

dependencies {
    implementation 'com.github.prolificinteractive:ParallaxPager:2.2.2'
}