Release 1.1.1

This commit is contained in:
mimi89999
2026-01-12 15:14:53 +01:00
parent 103f7bfb93
commit b304484547
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ android {
applicationId = "pl.lebihan.authnkey"
minSdk = 34
targetSdk = 36
versionCode = 5
versionName = "1.1.0"
versionCode = 6
versionName = "1.1.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@@ -0,0 +1,6 @@
- Improve USB FIDO device detection and automatic transport switching
- Remove USB scan button (no longer needed with auto-detection)
- Add support for privileged callers providing their own clientDataHash
- Improve compatibility with CTAP 2.1 PRE authenticators
- Improve system bar insets handling in main activity
- Preserve class names in minified builds