diff --git a/app/build.gradle b/app/build.gradle index 9afe08c2..9e201d5a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { minSdkVersion 16 targetSdkVersion 30 - versionName "9.7.7" - versionCode = 247 + versionName "9.8" + versionCode = 251 } flavorDimensions "root" diff --git a/fastlane/metadata/android/en-US/changelogs/251.txt b/fastlane/metadata/android/en-US/changelogs/251.txt new file mode 100644 index 00000000..c36a2685 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/251.txt @@ -0,0 +1,4 @@ +- Added the option to stream at your device's native resolution +- Added 2 finger scrolling in touchpad mode +- Added additional troubleshooting information when a connection fails +- Minor UI tweaks and crash fixes \ No newline at end of file