Version 8.2

This commit is contained in:
Cameron Gutman
2019-08-23 19:13:04 -07:00
parent fd457c5dea
commit a2fc62a4a8
2 changed files with 5 additions and 2 deletions

View File

@@ -7,8 +7,8 @@ android {
minSdkVersion 16
targetSdkVersion 29
versionName "8.1"
versionCode = 198
versionName "8.2"
versionCode = 199
}
flavorDimensions "root"

View File

@@ -0,0 +1,3 @@
- Fix items being blocked by the navigation bar on Android Q with gesture navigation disabled
- Restore some overscan padding for Android TV
- Display keyboard when opening Add PC page