Skip to content

Commit

Permalink
Version 10.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Sep 23, 2022
1 parent 9c1a618 commit 1248755
Show file tree
Hide file tree
Showing 2 changed files with 5 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.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'
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/292.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1248755

Please sign in to comment.