Release 6.9.0

This commit is contained in:
Jonas Lochmann 2022-11-28 01:00:00 +01:00
parent 152e479d4c
commit 7f5d3c3888
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 6 additions and 6 deletions

View file

@ -27,8 +27,8 @@ android {
applicationId "io.timelimit.android" applicationId "io.timelimit.android"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 33 targetSdkVersion 33
versionCode 195 versionCode 196
versionName "6.8.1" versionName "6.9.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt { kapt {
arguments { arguments {

View file

@ -1,2 +1,2 @@
- Synchronisationsprobleme, die nach längerer Nichtbenutzung auftreten konnten, behoben - initiale Synchronisation optimiert
- Abhängigkeiten aktualisiert - altes Verfahren zur App-Listen-Synchronisation entfernt

View file

@ -1,2 +1,2 @@
- fix sync issues that could occur after not using a client for a longer duration - improved initial configuration synchronization
- updated dependencies - removed old App list synchronization method