From ab0fc0c78477eb672b339997c64bd4728f9c418d Mon Sep 17 00:00:00 2001 From: Javad Mnjd Date: Sun, 12 May 2024 05:44:31 +0330 Subject: [PATCH] chore: re use version code of 23 (1.15.0) --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/23000.txt | 2 ++ fastlane/metadata/android/en-US/changelogs/24000.txt | 3 --- fastlane/metadata/android/en-US/changelogs/25000.txt | 4 ---- 4 files changed, 4 insertions(+), 9 deletions(-) delete mode 100644 fastlane/metadata/android/en-US/changelogs/24000.txt delete mode 100644 fastlane/metadata/android/en-US/changelogs/25000.txt diff --git a/app/build.gradle b/app/build.gradle index e274bbb2..734f059b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "io.github.jd1378.otphelper" minSdk 24 targetSdk 34 - versionCode 25 - versionName "1.15.2" + versionCode 23 + versionName "1.15.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/fastlane/metadata/android/en-US/changelogs/23000.txt b/fastlane/metadata/android/en-US/changelogs/23000.txt index 5aad77c7..43aa780f 100644 --- a/fastlane/metadata/android/en-US/changelogs/23000.txt +++ b/fastlane/metadata/android/en-US/changelogs/23000.txt @@ -1,2 +1,4 @@ - added ukranian language - app now checks for notification listener permission on reboot and inform the user to grant the permission again +- ignore app button now actually ignores the entire app instead of notification type +- ignore tag button now fallbacks to id when there's no tag diff --git a/fastlane/metadata/android/en-US/changelogs/24000.txt b/fastlane/metadata/android/en-US/changelogs/24000.txt deleted file mode 100644 index d93a3fe5..00000000 --- a/fastlane/metadata/android/en-US/changelogs/24000.txt +++ /dev/null @@ -1,3 +0,0 @@ -- added ukranian language -- app now checks for notification listener permission on reboot and inform the user to grant the permission again -- ignore app button now actually ignores the entire app instead of notification type diff --git a/fastlane/metadata/android/en-US/changelogs/25000.txt b/fastlane/metadata/android/en-US/changelogs/25000.txt deleted file mode 100644 index 43aa780f..00000000 --- a/fastlane/metadata/android/en-US/changelogs/25000.txt +++ /dev/null @@ -1,4 +0,0 @@ -- added ukranian language -- app now checks for notification listener permission on reboot and inform the user to grant the permission again -- ignore app button now actually ignores the entire app instead of notification type -- ignore tag button now fallbacks to id when there's no tag