Version 9.2.1

This commit is contained in:
Cameron Gutman
2020-04-23 18:40:40 -07:00
parent 45ff51c0d2
commit c30c54d562
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ android {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 29 targetSdkVersion 29
versionName "9.2" versionName "9.2.1"
versionCode = 222 versionCode = 223
} }
flavorDimensions "root" flavorDimensions "root"
@@ -0,0 +1,3 @@
- Improved stylus deadzone behavior
- Fixed incorrect mouse position on styluses without hover support
- Fixed mouse clicks causing cursor jumping on Nvidia Shield devices