Skip to content

Commit

Permalink
Version 9.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Oct 20, 2020
1 parent 91d739f commit 7ae9c99
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -7,8 +7,8 @@ android {
minSdkVersion 16
targetSdkVersion 30

versionName "9.7.4"
versionCode = 244
versionName "9.7.5"
versionCode = 245
}

flavorDimensions "root"
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/245.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Gamepad button combos to emulate missing Select and Guide buttons have been reintroduced
- For gamepads without a Select button, LB+Start will trigger the Select button and RB+Start will trigger the Guide button
- For gamepads with a Select button, Start+Select will trigger the Guide button

0 comments on commit 7ae9c99

Please sign in to comment.