Skip to content

Commit

Permalink
[Version] Bump a new version 2.2.3(43)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianma8023 committed May 15, 2020
1 parent ffa30ce commit b4f5ebd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions LOG-CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# 更新日志
- 20.05.13 v2.2.3 需要重启
1. 修复: 部分机型因无法获取 ContentResolver 而引发的失效问题
- 20.01.01 v2.2.2 需要重启
1. 变化:适配 Android Q
- 19.08.28 v2.2.1
Expand Down
2 changes: 2 additions & 0 deletions LOG-EN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Update Logs
- 20.05.13 v2.2.3 Reboot required
1. Fix: fix the issue of ContentResolver cannot acquire on some Roms.
- 20.01.01 v2.2.2 Reboot required
1. Change: Adapt to Android Q
- 19.08.28 v2.2.1 Reboot required
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId "com.github.tianma8023.xposed.smscode"
minSdkVersion 23
targetSdkVersion 27
versionCode 42
versionName "2.2.2"
versionCode 43
versionName "2.2.3"

buildConfigField("String", "LOG_TAG", "\"XSmsCode\"")
buildConfigField("int", "MODULE_VERSION", "42")
Expand Down

0 comments on commit b4f5ebd

Please sign in to comment.