Release 6.13.0

This commit is contained in:
Jonas Lochmann 2023-04-10 02:00:00 +02:00
parent 61c510abef
commit 4ca18499ab
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 6 additions and 4 deletions

View file

@ -27,8 +27,8 @@ android {
applicationId "io.timelimit.android"
minSdkVersion 21
targetSdkVersion 33
versionCode 201
versionName "6.12.1"
versionCode 202
versionName "6.13.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt {
arguments {

View file

@ -1 +1,2 @@
- Stabilitätsverbesserungen
- integrierte Option zur Konto-Löschung
- Änderungen an der Oberfläche

View file

@ -1 +1,2 @@
- stability improvements
- integrated account deletion option
- UI changes