Release 7.0.0

This commit is contained in:
Jonas Lochmann 2024-04-22 02:00:00 +02:00
parent df009a2154
commit b5a65530a9
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 34
versionCode 215
versionName "6.20.1"
versionCode 216
versionName "7.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt {
arguments {

View file

@ -1 +1,2 @@
- Fehler beim Bearbeiten von Zeitbegrenzungsregeln behoben
- Benachrichtigung zum Anfang der Extra-Zeit
- Systemvoraussetzungen erhöht auf Android 8

View file

@ -1 +1,2 @@
- fix issue in the time limit rule editor
- notification when the extra time starts
- requires Android 8 or newer