Release 6.12.0

This commit is contained in:
Jonas Lochmann 2023-03-13 01:00:00 +01:00
parent 7afee86012
commit 280baecd8a
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 4 additions and 8 deletions

View file

@ -27,8 +27,8 @@ android {
applicationId "io.timelimit.android"
minSdkVersion 21
targetSdkVersion 33
versionCode 199
versionName "6.11.1"
versionCode 200
versionName "6.12.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt {
arguments {

View file

@ -1,3 +1 @@
- Verbesserung des Geräte-Hinzufügen-Prozesses
- Möglichkeit, den Code in die Zwischenablage zu kopieren
- Option, den Code als Barcode zu übertragen
- Veränderungen an der Oberfläche

View file

@ -1,3 +1 @@
- improved process for adding devices
- option to copy the code to the clipboard
- option to transmit the code as barcode
- UI changes