Release 3.8.0

This commit is contained in:
Jonas Lochmann 2020-10-19 02:00:00 +02:00
parent 79c2779a80
commit d5d9c670b7
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 6 additions and 4 deletions

View file

@ -30,8 +30,8 @@ android {
applicationId "io.timelimit.android" applicationId "io.timelimit.android"
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 30 targetSdkVersion 30
versionCode 99 versionCode 100
versionName "3.7.1" versionName "3.8.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt { kapt {
arguments { arguments {

View file

@ -1 +1,2 @@
- nicht sichtbare Zeitzonenauswahl im Dark-Mode behoben - Wechsel zum Standardbenutzer-Option zur Statusbenachrichtigung hinzugefügt
- Fehler bei der Behandlung von Apps mit Activity-Alias behoben; Das behebt Fehlerkennungen in Einzelfällen

View file

@ -1 +1,2 @@
- fix invisible timezone selection when using the dark mode - add option to switch to the default user to the status notification
- fix bug at the handling of Apps with activity-alias; this fixes the detection of running Apps in some cases