diff --git a/app/build.gradle b/app/build.gradle index 49538425..923d3e28 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { minSdk 16 targetSdk 33 - versionName "10.4" - versionCode = 280 + versionName "10.5" + versionCode = 282 // Generate native debug symbols to allow Google Play to symbolicate our native crashes ndk.debugSymbolLevel = 'FULL' diff --git a/fastlane/metadata/android/en-US/changelogs/282.txt b/fastlane/metadata/android/en-US/changelogs/282.txt new file mode 100644 index 00000000..fcaa61ad --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/282.txt @@ -0,0 +1,4 @@ +- Implemented per-app language preferences on Android 13 +- Improved automatic HEVC selection logic on older devices +- Fixed a few crashing bugs +- Updated community contributed translations from Weblate \ No newline at end of file