Skip to content

Commit

Permalink
0.5.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
kooritea committed Aug 30, 2022
1 parent 3d50a00 commit d07e66e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ fcmfix的主要目的就是为了让即使不在后台的app也能顺利接收
- 使用fcmfix的情况,看接收消息的频率,要是经常收到消息反复启动微信反而耗电。要是偶尔才有消息的话微信+fcmfix才是一个好的选择。
---

## 注意

miui13 需要给目标应用自启动权限(因为我没有miui13的机器所以没适配)

---

## Lsposed
- 唤醒应用和解除miui通知限制需要勾选安卓系统作用(不需要勾选目标应用)
- fcm心跳修复和负数重连问题功能需要勾选com.google.android.gms
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit d07e66e

Please sign in to comment.