Version 10.5

This commit is contained in:
Cameron Gutman
2022-06-23 23:37:19 -05:00
parent 7a65136d29
commit 296f97f7ca
2 changed files with 6 additions and 2 deletions

View File

@@ -9,8 +9,8 @@ android {
minSdk 16
targetSdk 33
versionName "10.4"
versionCode = 280
versionName "10.5"
versionCode = 282
// Generate native debug symbols to allow Google Play to symbolicate our native crashes
ndk.debugSymbolLevel = 'FULL'

View File

@@ -0,0 +1,4 @@
- Implemented per-app language preferences on Android 13
- Improved automatic HEVC selection logic on older devices
- Fixed a few crashing bugs
- Updated community contributed translations from Weblate