mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 09:49:25 +02:00
Release 6.11.0
This commit is contained in:
parent
49388f1c84
commit
0d02bc0805
4 changed files with 9 additions and 7 deletions
|
@ -27,8 +27,8 @@ android {
|
||||||
applicationId "io.timelimit.android"
|
applicationId "io.timelimit.android"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
versionCode 197
|
versionCode 198
|
||||||
versionName "6.10.0"
|
versionName "6.11.0"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
kapt {
|
kapt {
|
||||||
arguments {
|
arguments {
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
- Deklaration des isMonitoringTool-Attributs
|
- Verbesserung des Geräte-Hinzufügen-Prozesses
|
||||||
- Gerätenamendatenbank aktualisiert
|
- Möglichkeit, den Code in die Zwischenablage zu kopieren
|
||||||
|
- Option, den Code als Barcode zu übertragen
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
- declared the isMonitoringTool attribute
|
- improved process for adding devices
|
||||||
- updated device name database
|
- option to copy the code to the clipboard
|
||||||
|
- option to transmit the code as barcode
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# The setting is particularly useful for tweaking memory settings.
|
# The setting is particularly useful for tweaking memory settings.
|
||||||
android.enableJetifier=true
|
android.enableJetifier=true
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
org.gradle.jvmargs=-Xmx1536m
|
org.gradle.jvmargs=-Xmx2048m
|
||||||
# When configured, Gradle will run in incubating parallel mode.
|
# When configured, Gradle will run in incubating parallel mode.
|
||||||
# This option should only be used with decoupled projects. More details, visit
|
# 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
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue