Skip to content

Commit

Permalink
[Version] Update new version 1.2.1(13)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianma8023 committed Apr 19, 2020
1 parent 12b9621 commit 374b5f3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions LOG-CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 更新日志
- 20.04.19 1.2.1
1. 新增可选项:自定义一言文字大小 和 文字颜色
2. 修复:尝试修复信号居左失效问题
- 20.04.18 1.2.0
1. 新增可选项:锁屏一言
- 19.06.03 1.1.0
Expand Down
3 changes: 3 additions & 0 deletions LOG-EN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Update Logs
- 20.04.19 1.2.1
1. New option: custom hitokoto text size and color
2. Fix: signal align left invalid issue
- 20.04.18 1.2.0
1. New option: Hitokoto on lock screen.
- 19.06.03 1.1.0
Expand Down
1 change: 0 additions & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ MIUI 10 系统界面模块
- [custoMIUIzer](https://code.highspec.ru/Mikanoshi/CustoMIUIzer/)
- [GravityBox](https://github.com/GravityBox/GravityBox)
- [Xposed](https://github.com/rovo89/Xposed)
- [ButterKnife](https://github.com/JakeWharton/butterknife)
- [Material Dialogs](https://github.com/afollestad/material-dialogs)
- [Android Shell](https://github.com/jaredrummler/AndroidShell)

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ You can download in the following sites:
- [custoMIUIzer](https://code.highspec.ru/Mikanoshi/CustoMIUIzer/)
- [GravityBox](https://github.com/GravityBox/GravityBox)
- [Xposed](https://github.com/rovo89/Xposed)
- [ButterKnife](https://github.com/JakeWharton/butterknife)
- [Material Dialogs](https://github.com/afollestad/material-dialogs)
- [Android Shell](https://github.com/jaredrummler/AndroidShell)

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId "com.tianma.tweaks.miui"
minSdkVersion 21
targetSdkVersion 27
versionCode 12
versionName "1.2.0"
versionCode 13
versionName "1.2.1"

buildConfigField("String", "LOG_TAG", "\"XMiTools\"")
buildConfigField("boolean", "LOG_TO_XPOSED", "true")
Expand Down

0 comments on commit 374b5f3

Please sign in to comment.