Version 9.8.2

This commit is contained in:
Cameron Gutman
2021-01-31 21:08:12 -06:00
parent 1c806bb572
commit e8f847065b
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ android {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 30 targetSdkVersion 30
versionName "9.8.1" versionName "9.8.2"
versionCode = 252 versionCode = 253
} }
flavorDimensions "root" flavorDimensions "root"
@@ -0,0 +1,2 @@
- Add a workaround for the Android 11 gamepad bug when Accessibility features are enabled
- See https://issuetracker.google.com/issues/163120692 for more details