Version 9.7.1

This commit is contained in:
Cameron Gutman 2020-08-09 17:12:45 -07:00
parent f5c83112df
commit f02d7b4516
2 changed files with 6 additions and 2 deletions

View File

@ -7,8 +7,8 @@ android {
minSdkVersion 16
targetSdkVersion 30
versionName "9.7"
versionCode = 240
versionName "9.7.1"
versionCode = 241
}
flavorDimensions "root"

View File

@ -0,0 +1,4 @@
- Added the ability to hide unwanted games via a long press on the game icon
- Added a network test to check if Moonlight's connection is being blocked
- Improved display mode selection logic for better frame rate matching
- Fixed crashes on some Snapdragon 765G devices