diff --git a/app/build.gradle b/app/build.gradle index 333913a..02fbefd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/src/main/play/de-DE/whatsnew b/app/src/main/play/de-DE/whatsnew index 9f3faa0..e3ef388 100644 --- a/app/src/main/play/de-DE/whatsnew +++ b/app/src/main/play/de-DE/whatsnew @@ -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 diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index 9eb666e..1abd999 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -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 diff --git a/gradle.properties b/gradle.properties index 8de5058..c3b7dfe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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