Skip to content

Commit

Permalink
Version 12.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Nov 2, 2023
1 parent c356862 commit f1be536
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/313.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f1be536

Please sign in to comment.