diff --git a/app/build.gradle b/app/build.gradle index 90dc906..c5121cf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,8 +27,8 @@ android { applicationId "io.timelimit.android" minSdkVersion 21 targetSdkVersion 33 - versionCode 190 - versionName "6.4.1" + versionCode 191 + versionName "6.5.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" kapt { arguments { diff --git a/app/src/main/play/de-DE/whatsnew b/app/src/main/play/de-DE/whatsnew index 75b5dc2..d5a2d40 100644 --- a/app/src/main/play/de-DE/whatsnew +++ b/app/src/main/play/de-DE/whatsnew @@ -1,2 +1 @@ -- Unterstützung von U2F-Schlüsseln zur Anmeldung als Elternteil (nur mittels NFC und nur im lokalen Modus) -- neues Übertragungsformat für die Synchronisation der Liste der installierten Apps +- Unterstützung von USB-U2F-Schlüssel hinzugefügt (weiterhin nur im lokalen Modus verwendbar) diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index c60c7be..5ac6f4d 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1,2 +1 @@ -- add support for using U2F tokens to sign in as parent user (only using NFC and only in the local mode) -- new encoding for the synchronization of the list of the installed Apps +- add support for USB U2F tokens to sign in as parent user (still only usable in the local mode)