diff --git a/app/build.gradle b/app/build.gradle index 32b92a9f..e7ce5f8e 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 00000000..4fc732bf --- /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