From d07e66e25cf03a539c2b103c6e364f86bd411331 Mon Sep 17 00:00:00 2001 From: kooritea Date: Tue, 30 Aug 2022 14:17:06 +0800 Subject: [PATCH] =?UTF-8?q?0.5.0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ------ app/build.gradle | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3d02571..63582b4 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,6 @@ fcmfix的主要目的就是为了让即使不在后台的app也能顺利接收 - 使用fcmfix的情况,看接收消息的频率,要是经常收到消息反复启动微信反而耗电。要是偶尔才有消息的话微信+fcmfix才是一个好的选择。 --- -## 注意 - -miui13 需要给目标应用自启动权限(因为我没有miui13的机器所以没适配) - ---- - ## Lsposed - 唤醒应用和解除miui通知限制需要勾选安卓系统作用(不需要勾选目标应用) - fcm心跳修复和负数重连问题功能需要勾选com.google.android.gms diff --git a/app/build.gradle b/app/build.gradle index 27373be..a8f9f0f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.kooritea.fcmfix" minSdkVersion 28 targetSdkVersion 30 - versionCode 31 - versionName "0.4.11" + versionCode 32 + versionName "0.5.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }