diff --git a/app/build.gradle b/app/build.gradle index e7ce5f8ea..61349c89a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/fastlane/metadata/android/en-US/changelogs/313.txt b/fastlane/metadata/android/en-US/changelogs/313.txt new file mode 100644 index 000000000..ded0e9eb2 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/313.txt @@ -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 \ No newline at end of file