diff --git a/app/build.gradle b/app/build.gradle index b2e36be5..0f2f26a0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { minSdk 16 targetSdk 33 - versionName "10.7" - versionCode = 286 + versionName "10.8" + versionCode = 287 // Generate native debug symbols to allow Google Play to symbolicate our native crashes ndk.debugSymbolLevel = 'FULL' diff --git a/fastlane/metadata/android/en-US/changelogs/287.txt b/fastlane/metadata/android/en-US/changelogs/287.txt new file mode 100644 index 00000000..1b4118dc --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/287.txt @@ -0,0 +1,7 @@ +- Reduced input latency on devices running Android 11 or later +- Refresh rate reduction is now off by default to reduce display latency +- Adjusted video decoder buffer processing to slightly reduce decoding latency +- Added support for portrait and landscape native resolutions on foldables +- Streaming is no longer locked to landscape orientation on foldables +- Fixed left clicking using the virtual trackpad on Samsung foldables +- Updated community contributed translations from Weblate \ No newline at end of file