Version 8.8

This commit is contained in:
Cameron Gutman
2020-01-02 16:14:15 -06:00
parent 2b295400ac
commit 44c3b0af57
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 "8.7" versionName "8.8"
versionCode = 206 versionCode = 208
} }
flavorDimensions "root" flavorDimensions "root"
@@ -0,0 +1,3 @@
- Pass-through H.264 colorspace data on Android 8.0 and later
- Fix hangs using HEVC on some MediaTek-based devices
- Default to HEVC on Sony Bravia TVs running Android 8.0 or later