Releases: cyface-de/android-utils
Releases · cyface-de/android-utils
4.0.1
Fixed: - Downgrade to kotlint 1.8.22 (to fix SDK compatibility)
4.0.0
Breaking changes: - Replaced AppPreferences (SharedPreferences) with AppSettings (Proto DataStore) But added migration code from SharedPreferences, i.e. only the class interfaces changed slightly. Make sure you only create one instance of the AppSettings per process. Changed: - Upgrade compileSkdVersion to 34 (requied by the DataStore version we use) - Upgrade robolectric to 4.10.2 - Upgrade kotlin to 1.9.10
3.5.1
Changed: - Upgrade targetVersion to 33 - Upgrade buildToolsVersion to 34.0.0
3.5.0
Added: - AppPreferences
3.4.1
Fixed: - Access of Constants class
3.4.0
Added: - Method to get external storage folder
3.3.7
Changed: - Downgrade to Gradle 7
3.3.6
Changed: - Upgrade to Gradle 8
3.3.5
Changed: - Upgrade Kotlin to 1.8.0 - Upgrade dependencies
3.3.4
Changed: - Add null argument constructor to CursorIsNullException