Skip to content

Commit

Permalink
Version 12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Oct 18, 2023
1 parent 26f8c08 commit abc4123
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/312.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit abc4123

Please sign in to comment.