diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7fa4fcc482..5ee38690d5 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -12,7 +12,7 @@ apply(plugin = "dagger.hilt.android.plugin") val versionMajor = 1 val versionMinor = 3 -val versionPatch = 1 +val versionPatch = 2 val versionBuild = 0 val isStable = true @@ -52,7 +52,7 @@ android { applicationId = "com.junkfood.seal" minSdk = 23 targetSdk = 33 - versionCode = 10310 + versionCode = 10320 versionName = StringBuilder("${versionMajor}.${versionMinor}.${versionPatch}").apply { if (!isStable) append("-beta.${versionBuild}") if (!splitApks) append("-(F-Droid)") diff --git a/fastlane/metadata/android/en-US/changelogs/10320.txt b/fastlane/metadata/android/en-US/changelogs/10320.txt new file mode 100644 index 0000000000..db41377942 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10320.txt @@ -0,0 +1,6 @@ +Accessibility Improvements: +Removing redundant semantics and optimizing components for TalkBack screen reader + +Bug Fix: +App crashes due to the status bar icon +MP4 format preference sometimes not works as expected \ No newline at end of file diff --git a/fastlane/metadata/android/zh-Hant/full_description.txt b/fastlane/metadata/android/zh-TW/full_description.txt similarity index 100% rename from fastlane/metadata/android/zh-Hant/full_description.txt rename to fastlane/metadata/android/zh-TW/full_description.txt diff --git a/fastlane/metadata/android/zh-Hant/short_description.txt b/fastlane/metadata/android/zh-TW/short_description.txt similarity index 100% rename from fastlane/metadata/android/zh-Hant/short_description.txt rename to fastlane/metadata/android/zh-TW/short_description.txt diff --git a/fastlane/metadata/android/zh-Hant/title.txt b/fastlane/metadata/android/zh-TW/title.txt similarity index 100% rename from fastlane/metadata/android/zh-Hant/title.txt rename to fastlane/metadata/android/zh-TW/title.txt