diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9ac7ef4..16ee5eb 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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" } diff --git a/fastlane/metadata/android/en-US/changelogs/6.txt b/fastlane/metadata/android/en-US/changelogs/6.txt new file mode 100644 index 0000000..1bab2c2 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/6.txt @@ -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