Release 7.2.0

This commit is contained in:
Jonas Lochmann 2024-10-28 01:00:00 +01:00
parent 1cdaed60e1
commit 376b7ca6de
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"
minSdkVersion 26
targetSdkVersion 35
versionCode 218
versionName "7.1.0"
versionCode 219
versionName "7.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt {
arguments {

View file

@ -1,2 +1,3 @@
- verbesserter Umgang mit Fehlern im Hintergrund
- Anpassungen für Android 15
- falsch angezeigte Nutzungsdauer bei Regeln die je Tag gelten an Tagen, an denen diese nicht gelten, behoben
- enthaltene Komponenten aktualisiert

View file

@ -1,2 +1,3 @@
- improved handling of errors in the background
- adjustments for Android 15
- fix incorrect used time at rules that apply per day at days where they do not apply
- update contained software