Release 5.1.0

This commit is contained in:
Jonas Lochmann 2021-07-12 02:00:00 +02:00
parent a3f2032fc1
commit 228aaac149
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 6 additions and 8 deletions

View file

@ -26,8 +26,8 @@ android {
applicationId "io.timelimit.android" applicationId "io.timelimit.android"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 160 versionCode 161
versionName "5.0.0" versionName "5.1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt { kapt {
arguments { arguments {

View file

@ -1,3 +1,2 @@
- Benachrichtigung zu Vollversionsablauf wird früher angezeigt - Elternschlüsselmodushilfetext aktualisiert
- Race-Condition beim Synchronisieren behoben - Abhängigkeiten aktualisiert
- Vorbereitung der Android 12-Kompatbilität

View file

@ -1,3 +1,2 @@
- notify earlier if the premium version expires - updated parent key help screen
- fixed race condition during the sync - updated dependencies
- prepare Android 12 compatibility