mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 17:59:51 +02:00
Release 3.8.0
This commit is contained in:
parent
79c2779a80
commit
d5d9c670b7
3 changed files with 6 additions and 4 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue