Release 6.8.1

This commit is contained in:
Jonas Lochmann 2022-11-21 01:00:00 +01:00
parent eaa0689634
commit 2867415796
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36
3 changed files with 6 additions and 4 deletions

View file

@ -27,8 +27,8 @@ android {
applicationId "io.timelimit.android" applicationId "io.timelimit.android"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 33 targetSdkVersion 33
versionCode 194 versionCode 195
versionName "6.8.0" versionName "6.8.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
kapt { kapt {
arguments { arguments {

View file

@ -1 +1,2 @@
- U2F-Unterstützung im vernetzten Modus hinzugefügt - Synchronisationsprobleme, die nach längerer Nichtbenutzung auftreten konnten, behoben
- Abhängigkeiten aktualisiert

View file

@ -1 +1,2 @@
- added U2F support at the connected mode - fix sync issues that could occur after not using a client for a longer duration
- updated dependencies