Release 1.0.3

This commit is contained in:
mimi89999
2025-12-20 13:59:37 +01:00
parent 9d5ee99f32
commit c32d9c664a
2 changed files with 6 additions and 2 deletions

View File

@@ -13,8 +13,8 @@ android {
applicationId = "pl.lebihan.authnkey"
minSdk = 34
targetSdk = 36
versionCode = 3
versionName = "1.0.2"
versionCode = 4
versionName = "1.0.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -0,0 +1,4 @@
- Detect USB security keys automatically when signing in or creating passkeys
- Show app name and subtitle in Credential Manager settings
- Fix passkey creation in Chrome and Chromium-based browsers
- Fix credential management on CTAP 2.1 final security keys