Release 7.3.0

This commit is contained in:
Jonas Lochmann 2025-07-21 02:00:00 +02:00
parent c746770e89
commit 6c02c4e4c7
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 4 additions and 4 deletions

View file

@ -31,8 +31,8 @@ android {
applicationId "io.timelimit.android" applicationId "io.timelimit.android"
minSdkVersion 26 minSdkVersion 26
targetSdkVersion 36 targetSdkVersion 36
versionCode 223 versionCode 224
versionName "7.2.4" versionName "7.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt { kapt {
arguments { arguments {

View file

@ -1,2 +1,2 @@
- Abstürze in bestimmten Fällen behoben - Funktionsumfang bei Verwendung der Geräte-Besitzer-Berechtigung erweitert
- enthaltene Komponenten aktualisiert - enthaltene Komponenten aktualisiert

View file

@ -1,2 +1,2 @@
- fix crashes in specific scenarios - add more features for users of the device owner permission
- update contained software - update contained software