Skip to content

Commit

Permalink
Version 10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Oct 8, 2022
1 parent 61a82e6 commit aede16c
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -9,8 +9,8 @@ android {
minSdk 16
targetSdk 33

versionName "10.8.4"
versionCode = 293
versionName "10.9"
versionCode = 296

// Generate native debug symbols to allow Google Play to symbolicate our native crashes
ndk.debugSymbolLevel = 'FULL'
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/296.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Qualcomm devices now use HEVC by default for improved efficiency
- Added system key capture on Samsung devices running Android 10 or later
- Improved frame loss handling when using HEVC
- Fixed streaming crash on devices running Android 4.1 to 4.4
- Fixed streaming at resolutions below 720x540 with GeForce Experience 3.26
- Updated community contributed translations from Weblate

0 comments on commit aede16c

Please sign in to comment.