Skip to content

Commit aede16c

Browse files
committed
Version 10.9
1 parent 61a82e6 commit aede16c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
minSdk 16
1010
targetSdk 33
1111

12-
versionName "10.8.4"
13-
versionCode = 293
12+
versionName "10.9"
13+
versionCode = 296
1414

1515
// Generate native debug symbols to allow Google Play to symbolicate our native crashes
1616
ndk.debugSymbolLevel = 'FULL'
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- Qualcomm devices now use HEVC by default for improved efficiency
2+
- Added system key capture on Samsung devices running Android 10 or later
3+
- Improved frame loss handling when using HEVC
4+
- Fixed streaming crash on devices running Android 4.1 to 4.4
5+
- Fixed streaming at resolutions below 720x540 with GeForce Experience 3.26
6+
- Updated community contributed translations from Weblate

0 commit comments

Comments
 (0)