Version 10.8.2

This commit is contained in:
Cameron Gutman
2022-09-22 21:57:42 -05:00
parent 9c1a618b4a
commit 12487553de
2 changed files with 5 additions and 2 deletions

View File

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

View File

@@ -0,0 +1,3 @@
- Fixed several input bugs with the on-screen gamepad
- Implemented recovery logic for video decoder errors
- Updated community contributed translations from Weblate