Releases: wching/Android-Indefinite-Pager-Indicator
Releases · wching/Android-Indefinite-Pager-Indicator
v1.5
Release Notes
Dependencies update!
Dependency | Old Version | New Version |
---|---|---|
Gradle | 6.6 | 7.4 |
Kotlin | 1.4.21 | 1.6.10 |
com.android.tools.build:gradle | 4.0.1 | 7.3.0-alpha05 |
org.jlleitschuh.gradle:ktlint-gradle | 9.4.1 | 10.1.0 |
Compile and Target SDK | 30 | 32 |
androidx.annotation:annotation | 1.1.0 | 1.3.0 |
androidx.appcompat:appcompat | 1.2.0 | 1.4.1 |
androidx.core:core-ktx | 1.3.2 | 1.7.0 |
com.google.android.material:material (for sample) | 1.3.0 | 1.5.0 |
androidx.appcompat:appcompat (for sample) | 1.2.0 | 1.4.1 |
androidx.recyclerview:recyclerview (for sample) | 1.1.0 | 1.2.1 |
Extra
- Removed Duolingo's RTL ViewPager from the sample since it's no longer maintained and Viewpager 2 supports this.
- Removed kotlin extensions and used viewbinding in sample too.
Extra News ++
Planning to support compose in a near future! 🌮
v1.4
Release Notes
Dependencies update!
Dependency | Old Version | New Version |
---|---|---|
Kotlin | 1.4.0 | 1.4.21 |
com.android.tools.build:gradle | 4.0.1 | 4.0.2 |
org.jlleitschuh.gradle:ktlint-gradle | 9.3.0 | 9.4.1 |
androidx.core:core-ktx | 1.3.1 | 1.3.2 |
com.google.android.material:material (for sample) | 1.2.0 | 1.3.0 |
buildToolsVersion | 30.0.2 | 30.0.3 |
thanks @odaridavid for the contribution! ⭐
v1.3
v1.2
v1.1
Changes
- Fully migrate to AndroidX (so no Jetifier needed 🥳)
- Add support for ViewPager2
- Update the Gradle wrapper to 6.6
- Update Kotlin to 1.3.72 (and target JDK 1.8)
- Set target and compile SDK to 29
Thank you @OscarSpruit for the contribution! 💯
A New Start 🎃
The same library but now being published through Jitpack.