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"
minSdkVersion 21
targetSdkVersion 30
versionCode 160
versionName "5.0.0"
versionCode 161
versionName "5.1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt {
arguments {

View file

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

View file

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