修复 MIUI 在 Android 11 上最小化优先级图标的着色问题

This commit is contained in:
2022-03-01 02:50:30 +08:00
parent c7d9b2661b
commit 8d6a05e02c
2 changed files with 101 additions and 78 deletions

View File

@@ -5,8 +5,8 @@ plugins {
}
ext {
appVersionName = "1.85"
appVersionCode = 18
appVersionName = "1.86"
appVersionCode = 19
}
task clean(type: Delete) {