Releases: burnoo/compose-remember-preference
Releases · burnoo/compose-remember-preference
1.1.0
- Fix values not remembered on recomposition
- Upgrade all libraries
1.0.2
Changes (updating libraries)
- Update Gradle Android plugin to 8.2.1
- Update Gradle to 8.5.1
- Update buildToolsVersion to 34.0.0
- Update compileSdk and targetSdk to 34
- Update Kotlin to 1.9.22, Compose to 1.5.4 and Compose compiler to 1.5.8
- Bump library version to 1.0.2
- Update sample libraries
1.0.1
Changes (updating libraries)
- Bump library version to 1.0.1
- Update Gradle Android plugin to 7.4.2
- Update sample libraries
- Update buildToolsVersion to 33.0.1
- Replace deprecated compileSdkVersion and buildToolsVersion Groovy calls
- Replace task to task.register for deleting buildDir
- Update Android Gradle plugin to 7.3.1
- Update Kotlin to 1.8.10, Compose to 1.4.0 and Compose compiler to 1.4.4
1.0.0
As this library is widely used, I've decided to finally set the major number to 1
.
Changelog:
- Add restoring previous value on Exceptions during saving
- Add reacting for DataStore updates
- Add basic instrumentation tests
0.3.6
- Update dependencies in sample project
- Update compose and compose compiler versions
- Update
targetSdkVersion
to 33, minSdkVersion
to 21
0.3.5
- Update Kotlin version to 1.7.10 and Jetpack Compose to 1.2.0
- Update all other dependencies
0.3.4
- Update Kotlin version to 1.5.30 and Jetpack Compose to 1.0.3
- Update datastore version to 1.0.0
- Update Gradle to 7.2
- Update sample dependencies
0.3.3
- Update compose version to 1.0.0
- Update target SDK to 31
- Other library updates
0.3.2
- Update compose to 1.0.0-rc01
- Update DataStore to 1.0.0-rc01
- Update gradle plugin to 7.1.0-alpha02
- Update gradle to 7.1.1
0.3.1
- Update compose to 1.0.0-beta07
- Update DataStore to 1.0.0-beta01
- Update gradle to 7.0.2
- Update gradle plugin to 7.0.0-beta03
- Update Kotlin to 1.4.32