From 91a72474a143f462ea17c386ba5c90127d09ea2b Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 16 Jul 2021 21:01:16 -0500 Subject: [PATCH] Version 9.10 r2 --- app/build.gradle | 2 +- fastlane/metadata/android/en-US/changelogs/270.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/270.txt diff --git a/app/build.gradle b/app/build.gradle index b8c02d21..633e5916 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ android { targetSdkVersion 31 versionName "9.10" - versionCode = 269 + versionCode = 270 } flavorDimensions "root" diff --git a/fastlane/metadata/android/en-US/changelogs/270.txt b/fastlane/metadata/android/en-US/changelogs/270.txt new file mode 100644 index 00000000..ce62e54f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/270.txt @@ -0,0 +1,4 @@ +- Improved controller rumble support with independent rumble motor control using the new Android 12 APIs +- Fixed touchpad input on DualShock controllers (if supported by the Android device itself) +- Fixed certain controllers disconnecting from the host when Moonlight enters the background +- Updated community-contributed translations from Weblate \ No newline at end of file