Skip to content

Releases: wching/Android-Indefinite-Pager-Indicator

v1.5

04 Mar 15:24
c123546
Compare
Choose a tag to compare

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

12 Feb 11:44
a0a7c8d
Compare
Choose a tag to compare

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

25 Aug 13:25
391f75f
Compare
Choose a tag to compare

Release Notes

  • Setting attributes programmatically! All the attributes that you set in xml, can now be set programmatically when attaching the indicator to any view. 🥳
  • Bug fixes 🐛

v1.2

23 Aug 17:22
83d730a
Compare
Choose a tag to compare

Release Notes

  • Update to kotlin 1.4.0. 🤩
  • Update Target and Compile SDK version to 30. ✨
  • Update Tools version to 30.0.2 🔥
  • Small improvements ❤️

v1.1

18 Aug 10:19
77ad0f7
Compare
Choose a tag to compare

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 🎃

17 Aug 22:06
3e098d9
Compare
Choose a tag to compare

The same library but now being published through Jitpack.