diff --git a/app/build.gradle b/app/build.gradle index 4d5d1aa0..2ca73dde 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { minSdkVersion 16 targetSdkVersion 29 - versionName "8.9" - versionCode = 211 + versionName "8.10" + versionCode = 215 } flavorDimensions "root" diff --git a/fastlane/metadata/android/en-US/changelogs/215.txt b/fastlane/metadata/android/en-US/changelogs/215.txt new file mode 100644 index 00000000..e36c5a9b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/215.txt @@ -0,0 +1,6 @@ +- Latency optimizations for Android R DP1 +- Video decoder optimizations +- Added Start+Back+LB+RB combo to disconnect the stream +- Fixed back button on some Android TV remotes +- Fixed d-pad on gamepads that expose non-functional hat axes +- Fixed unexpected mouse input after using gamepad mouse emulation mode \ No newline at end of file