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"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode 197
|
||||
versionName "6.10.0"
|
||||
versionCode 198
|
||||
versionName "6.11.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
kapt {
|
||||
arguments {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue