Release 1.2.1

This commit is contained in:
Jonas L 2019-04-22 00:00:00 +00:00
parent 56a8d3c010
commit 22e9fe370d
3 changed files with 4 additions and 6 deletions

View file

@ -35,8 +35,8 @@ android {
applicationId "io.timelimit.android" applicationId "io.timelimit.android"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 28 targetSdkVersion 28
versionCode 39 versionCode 40
versionName "1.2.0" versionName "1.2.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt { kapt {
arguments { arguments {

View file

@ -1,2 +1 @@
- Sperren auf Activity-Ebene (Sperren von Teilen von Apps) Fehlerbehebung: Das Sperren auf Activity-Ebene hat nicht die Auswahl von allen Activities ermöglicht
- neue Einstellungen in der Fehlerdiagnose für das Erkennen der aktiven App

View file

@ -1,2 +1 @@
- Blocking at Activity level (allows blocking parts of Apps) Bugfix: Blocking at activity level did not show some activities
- new settings at the error diagnose related to detecting the currently used App