diff --git a/.idea/misc.xml b/.idea/misc.xml
index 58dbf54..09e3d5a 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -15,7 +15,7 @@
-
+
diff --git a/README.md b/README.md
index 4cb2286..842466b 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/build.gradle b/build.gradle
index a878af9..4a44cb4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,12 +1,12 @@
plugins {
- id 'com.android.application' version '7.1.1' apply false
- id 'com.android.library' version '7.1.1' apply false
+ id 'com.android.application' version '7.1.2' apply false
+ id 'com.android.library' version '7.1.2' apply false
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
}
ext {
- appVersionName = "1.87"
- appVersionCode = 20
+ appVersionName = "1.9"
+ appVersionCode = 21
}
task clean(type: Delete) {