diff --git a/README.md b/README.md index a152aa3..69e7eae 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Eclipse Marketplace](https://img.shields.io/badge/build-passing-brightgreen) ![Eclipse Marketplace](https://img.shields.io/badge/license-AGPL3.0-blue) -![Eclipse Marketplace](https://img.shields.io/badge/version-v2.1-green) +![Eclipse Marketplace](https://img.shields.io/badge/version-v2.15-green)


@@ -12,7 +12,7 @@ Fix the native notification bar icon function abandoned by the MIUI development # 开始使用 点击下载最新版本 -![Eclipse Marketplace](https://img.shields.io/badge/download-v2.1-green) +![Eclipse Marketplace](https://img.shields.io/badge/download-v2.15-green)

⚠️ 适配说明
diff --git a/build.gradle b/build.gradle index 411a348..d54ca1f 100644 --- a/build.gradle +++ b/build.gradle @@ -5,8 +5,8 @@ plugins { } ext { - appVersionName = "2.1" - appVersionCode = 24 + appVersionName = "2.15" + appVersionCode = 25 } task clean(type: Delete) {