From abc4123c52dc2c25b228dca2948a9cba59019abe Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 17 Oct 2023 22:39:49 -0500 Subject: [PATCH] Version 12.0.1 --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/312.txt | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/312.txt diff --git a/app/build.gradle b/app/build.gradle index 32b92a9fc..e7ce5f8ea 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { minSdk 16 targetSdk 34 - versionName "12.0" - versionCode = 311 + versionName "12.0.1" + versionCode = 312 // 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/312.txt b/fastlane/metadata/android/en-US/changelogs/312.txt new file mode 100644 index 000000000..4fc732bf6 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/312.txt @@ -0,0 +1,5 @@ +- Added Select+L1 gamepad button combo to act as the touchpad button when emulating a PS4 controller using built-in device motion sensors +- Disabled gamepad motion sensors by default on Android 12 as a workaround for an Android 12 bug that randomly crashes Moonlight +- Fixed analog sticks not centering properly in rare cases +- Adjusted bitrate handling of AV1 to be consistent with HEVC +- Fixed handling of some unusual H.264 and HEVC streams