修复 Android 11 MIUI 旧版本通知图标的问题

This commit is contained in:
2022-01-30 20:14:30 +08:00
parent 20210166c5
commit 362b553c24
2 changed files with 73 additions and 39 deletions

View File

@@ -29,7 +29,7 @@ android {
buildTypes {
release {
minifyEnabled true
minifyEnabled false // break
signingConfig signingConfigs.debug
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}