Release 6.11.0

This commit is contained in:
Jonas Lochmann 2023-02-13 01:00:00 +01:00
parent 49388f1c84
commit 0d02bc0805
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
4 changed files with 9 additions and 7 deletions

View file

@ -27,8 +27,8 @@ android {
applicationId "io.timelimit.android"
minSdkVersion 21
targetSdkVersion 33
versionCode 197
versionName "6.10.0"
versionCode 198
versionName "6.11.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt {
arguments {

View file

@ -1,2 +1,3 @@
- Deklaration des isMonitoringTool-Attributs
- Gerätenamendatenbank aktualisiert
- Verbesserung des Geräte-Hinzufügen-Prozesses
- Möglichkeit, den Code in die Zwischenablage zu kopieren
- Option, den Code als Barcode zu übertragen

View file

@ -1,2 +1,3 @@
- declared the isMonitoringTool attribute
- updated device name database
- improved process for adding devices
- option to copy the code to the clipboard
- option to transmit the code as barcode

View file

@ -8,7 +8,7 @@
# The setting is particularly useful for tweaking memory settings.
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx1536m
org.gradle.jvmargs=-Xmx2048m
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects