Version 9.8.1

This commit is contained in:
Cameron Gutman 2021-01-09 19:42:45 -06:00
parent 173a07cb59
commit e322baf1d7
2 changed files with 5 additions and 2 deletions

View File

@ -7,8 +7,8 @@ android {
minSdkVersion 16
targetSdkVersion 30
versionName "9.8"
versionCode = 251
versionName "9.8.1"
versionCode = 252
}
flavorDimensions "root"

View File

@ -0,0 +1,3 @@
- Added support for multiple native resolution options
- Improve accuracy of decoder latency reports for very slow decoders
- Minor UI improvements