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! 🌮