更换通知刷新方案,彻底解决系统界面卡死问题

This commit is contained in:
2022-04-14 03:03:27 +08:00
parent ffb706864a
commit df5090faac
2 changed files with 22 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ plugins {
ext {
appVersionName = "1.53"
appVersionCode = 10
enableR8 = true
enableR8 = false
}
task clean(type: Delete) {