mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 09:49:25 +02:00
Release 1.2.0
This commit is contained in:
parent
822c148832
commit
c63ff01f77
3 changed files with 6 additions and 4 deletions
|
@ -32,8 +32,8 @@ android {
|
||||||
applicationId "io.timelimit.android"
|
applicationId "io.timelimit.android"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 38
|
versionCode 39
|
||||||
versionName "1.1.0"
|
versionName "1.2.0"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
kapt {
|
kapt {
|
||||||
arguments {
|
arguments {
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
- Bedienhilfe-Berechtigung, um das Sperren in einigen Fällen zu verbessern
|
- Sperren auf Activity-Ebene (Sperren von Teilen von Apps)
|
||||||
|
- neue Einstellungen in der Fehlerdiagnose für das Erkennen der aktiven App
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
- Accessibility service to improve blocking in some cases
|
- Blocking at Activity level (allows blocking parts of Apps)
|
||||||
|
- new settings at the error diagnose related to detecting the currently used App
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue