Release 4.9.2

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

View file

@ -30,8 +30,8 @@ android {
applicationId "io.timelimit.android" applicationId "io.timelimit.android"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 156 versionCode 157
versionName "4.9.1" versionName "4.9.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt { kapt {
arguments { arguments {

View file

@ -1,2 +1,2 @@
- Fehlerbehebungen - Textänderung im Geräte-Hinzufüge-Dialog
- Abstürze bei der Interaktion mit dem In-App-Kauf-Dienst behoben - Abhängigkeiten aktualisiert

View file

@ -1,2 +1,2 @@
- bug fixes - updated text in the add device screen
- fix crashes during interactions with the in app purchase service - updated dependencies