Skip to content

Commit

Permalink
[Version] Bump a new version 2.2.5(45)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianma8023 committed Feb 3, 2021
1 parent 8930229 commit 56ad739
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
6 changes: 5 additions & 1 deletion LOG-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 更新日志
- 20.11.09 v2.2.4 需要重启
- 21.02.04 v2.2.5 需要重启
1. 修复:一加手机上电话服务崩溃的问题
2. 功能:添加EdXposed用户须知
3. 功能:更新 FAQ
- 20.11.09 v2.2.4
1. 变化:适配 Android 11
- 20.05.13 v2.2.3 需要重启
1. 修复: 部分机型因无法获取 ContentResolver 而引发的失效问题
Expand Down
8 changes: 6 additions & 2 deletions LOG-EN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Update Logs
- 20.11.09 v2.2.4 Reboot required
- 21.02.04 v2.2.5 Reboot required
1. Fix: fix the crash issue of PhoneService on OnePlus Android 11/
2. Change: Add the notice for EdXposed users/
3. Change: Update FAQ.
- 20.11.09 v2.2.4
1. Change: Adapt to Android 11
- 20.05.13 v2.2.3 Reboot required
- 20.05.13 v2.2.3
1. Fix: fix the issue of ContentResolver cannot acquire on some Roms.
- 20.01.01 v2.2.2
1. Change: Adapt to Android Q
Expand Down
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- **此模块适用于偏原生的系统,其他第三方定制Rom可能不适用。**
- **兼容性:兼容 Android 6.0 及以上(api等级≥23)设备。**
- **支持 Xposed, EdXposed 和 太极·magisk**
- **遇到什么问题请先阅读模块中的"常见问题"**
- **遇到问题请先阅读模块中的"常见问题"**

# 功能
- 收到验证码短信后将验证码复制到系统剪贴板
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ android {
applicationId "com.github.tianma8023.xposed.smscode"
minSdkVersion 23
targetSdkVersion 27
versionCode 44
versionName "2.2.4"
versionCode 45
versionName "2.2.5"

buildConfigField("String", "LOG_TAG", "\"XSmsCode\"")
buildConfigField("int", "MODULE_VERSION", "44")
buildConfigField("int", "MODULE_VERSION", "45")

// vectorDrawables.generatedDensities = ['hdpi']

Expand Down

0 comments on commit 56ad739

Please sign in to comment.