From cab0fa176e675cb197b5aa9adeb7a34dd99e8e44 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 31 May 2022 21:05:59 -0500 Subject: [PATCH] Version 10.2 --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/275.txt | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/275.txt diff --git a/app/build.gradle b/app/build.gradle index 35ab653c..1bc8b029 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { minSdkVersion 16 targetSdkVersion 32 - versionName "10.1.1" - versionCode = 274 + versionName "10.2" + versionCode = 275 } flavorDimensions "root" diff --git a/fastlane/metadata/android/en-US/changelogs/275.txt b/fastlane/metadata/android/en-US/changelogs/275.txt new file mode 100644 index 00000000..915b6ce5 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/275.txt @@ -0,0 +1,6 @@ +- Added analog stick deadzone adjustment option +- Added remote desktop mouse mode option for more natural mouse acceleration when not gaming +- Improved accuracy of performance overlay statistics +- Minor video decoder changes to improve compatibility +- Fixed a crash when loading box art +- Updated community contributed translations from Weblate \ No newline at end of file