Release 6.3.0

This commit is contained in:
Jonas Lochmann 2022-07-11 02:00:00 +02:00
parent 1de799e5d5
commit 46c556284a
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 6 additions and 4 deletions

View file

@ -26,8 +26,8 @@ android {
applicationId "io.timelimit.android"
minSdkVersion 21
targetSdkVersion 33
versionCode 186
versionName "6.2.1"
versionCode 187
versionName "6.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt {
arguments {

View file

@ -1 +1,2 @@
- fehlende Verarbeitung des aktuellen Netzwerkes bei Anmeldeverhinderungskategorien hinzugefügt
- Anpassungen für Android 13
- Verbesserung der Einteilung der Benachrichtigungskanäle

View file

@ -1 +1,2 @@
- added missing processing if the current network for limit login categories
- adjustments for Android 13
- improved notification channel organization