Release 6.19.0

This commit is contained in:
Jonas Lochmann 2024-03-25 01:00:00 +01:00
parent 1a2fdaea77
commit 3f35001af1
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 6 additions and 4 deletions

View file

@ -30,8 +30,8 @@ android {
applicationId "io.timelimit.android" applicationId "io.timelimit.android"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 34 targetSdkVersion 34
versionCode 212 versionCode 213
versionName "6.18.0" versionName "6.19.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt { kapt {
arguments { arguments {

View file

@ -1,2 +1,3 @@
- Probleme bei der Selbsteinschränkungshinzufügung behoben - Detailverbesserungen der Oberfläche
- Geräteauthentifizierung beim Anmelden mittels E-Mail-Adresse hinzugefügt
- enthaltene Komponenten aktualisiert - enthaltene Komponenten aktualisiert

View file

@ -1,2 +1,3 @@
- fix issue with the self limitation adding - improvements of the UI
- add device authentication when signing in by mail
- update contained components - update contained components