Version 9.8

This commit is contained in:
Cameron Gutman
2020-12-30 13:08:49 -06:00
parent 836b9240de
commit d7a9a37a0e
2 changed files with 6 additions and 2 deletions

View File

@@ -7,8 +7,8 @@ android {
minSdkVersion 16
targetSdkVersion 30
versionName "9.7.7"
versionCode = 247
versionName "9.8"
versionCode = 251
}
flavorDimensions "root"

View File

@@ -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