From 82ac8549000414e5cf7a641d60445c3576f348be Mon Sep 17 00:00:00 2001 From: Xinto Date: Mon, 14 Aug 2023 16:40:17 +0400 Subject: [PATCH] update release --- app/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/61.txt | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/61.txt diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7eb9e9a..6baaf55 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,8 +13,8 @@ android { applicationId = "com.xinto.mauth" minSdk = 21 targetSdk = 33 - versionCode = 60 - versionName = "0.6.0" + versionCode = 61 + versionName = "0.6.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/fastlane/metadata/android/en-US/changelogs/61.txt b/fastlane/metadata/android/en-US/changelogs/61.txt new file mode 100644 index 0000000..9a27feb --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/61.txt @@ -0,0 +1,6 @@ +v0.6.1 + +Fixes +===== +- Fixed the parsing for OTP strings which had lowercase algorithm names +- The "Add Account" bottom sheet no longer overlaps with the system navigation bars \ No newline at end of file