diff --git a/app/build.gradle b/app/build.gradle index e521435f4..91a16367b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { minSdk 16 targetSdk 33 - versionName "10.8.1" - versionCode = 288 + versionName "10.8.3" + versionCode = 292 // 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/292.txt b/fastlane/metadata/android/en-US/changelogs/292.txt new file mode 100644 index 000000000..0befe0eaa --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/292.txt @@ -0,0 +1,3 @@ +- Fixed several input bugs with the on-screen gamepad +- Implemented recovery logic for video decoder errors +- Updated community contributed translations from Weblate \ No newline at end of file