Skip to content

Commit

Permalink
[Version] Bump a new version 2.2.4(44)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianma8023 committed Nov 9, 2020
1 parent dddacff commit 108c814
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 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.11.09 v2.2.4 需要重启
1. 变化:适配 Android 11
- 20.05.13 v2.2.3 需要重启
1. 修复: 部分机型因无法获取 ContentResolver 而引发的失效问题
- 20.01.01 v2.2.2 需要重启
Expand Down
6 changes: 4 additions & 2 deletions LOG-EN.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Update Logs
- 20.11.09 v2.2.4 Reboot required
1. Change: Adapt to Android 11
- 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
- 20.01.01 v2.2.2
1. Change: Adapt to Android Q
- 19.08.28 v2.2.1 Reboot required
- 19.08.28 v2.2.1
1. New option: filter out duplicate code SMS within a short time.
2. Change: rearrange the preference items.
3. Refactor: refactor the core logic.
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 43
versionName "2.2.3"
versionCode 44
versionName "2.2.4"

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

// vectorDrawables.generatedDensities = ['hdpi']

Expand Down

0 comments on commit 108c814

Please sign in to comment.