diff --git a/README.md b/README.md
index 58a3c60..7e3f1b3 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@


-
+
@@ -12,7 +12,7 @@ Fix the native notification bar icon function abandoned by the MIUI development
# 开始使用
点击下载最新版本
-
+
⚠️ 适配说明
diff --git a/app/build.gradle b/app/build.gradle
index 5d3ae30..fe37157 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -21,15 +21,15 @@ android {
applicationId "com.fankes.miui.notify"
minSdk 26
targetSdk 26
- versionCode 4
- versionName "1.2"
+ versionCode 5
+ versionName "1.25"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
- minifyEnabled false
+ minifyEnabled true
signingConfig signingConfigs.debug
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}