优化深色模式的 Android 12 通知图标颜色

This commit is contained in:
2022-02-28 22:07:34 +08:00
parent f066382d4c
commit 018c137d85
2 changed files with 13 additions and 7 deletions

View File

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