Version 12.0.2

This commit is contained in:
Cameron Gutman
2023-11-01 20:35:57 -05:00
parent c356862ac1
commit f1be5365bb
2 changed files with 5 additions and 2 deletions

View File

@@ -11,8 +11,8 @@ android {
minSdk 16
targetSdk 34
versionName "12.0.1"
versionCode = 312
versionName "12.0.2"
versionCode = 313
// Generate native debug symbols to allow Google Play to symbolicate our native crashes
ndk.debugSymbolLevel = 'FULL'

View File

@@ -0,0 +1,3 @@
- Fixed connection issue with some hosts running GeForce Experience and older Sunshine versions
- Fixed native frame rate streaming support on older versions of Android
- Stability improvements