diff --git a/app/build.gradle b/app/build.gradle index 868cf0f7..b339901c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { minSdkVersion 16 targetSdkVersion 29 - versionName "9.2.1" - versionCode = 223 + versionName "9.5" + versionCode = 224 } flavorDimensions "root" diff --git a/fastlane/metadata/android/en-US/changelogs/224.txt b/fastlane/metadata/android/en-US/changelogs/224.txt new file mode 100644 index 00000000..ef09c05a --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/224.txt @@ -0,0 +1,5 @@ +- Direct touchscreen mouse control is now supported! (disable touchscreen trackpad mode in settings) +- Added an option to switch the A/B and X/Y face buttons on gamepads and on-screen controls +- Added a special error message if no video was received instead of just displaying a black screen +- Improved support for Xbox One S controllers using the new 4.8 firmware +- Improved handling of audio capture errors reported by GeForce Experience \ No newline at end of file