diff --git a/LOG-CN.md b/LOG-CN.md index cfc0665..799cf5b 100644 --- a/LOG-CN.md +++ b/LOG-CN.md @@ -1,4 +1,7 @@ # 更新日志 +- 19.05.27 1.0.8 + 1. 修复:9.5.7 之前信号居左失效问题 + 2. 修复:9.5.7 之前信号双层显示失效问题 - 19.05.27 1.0.7 1. 添加QQ群反馈交流入口 - 19.05.26 1.0.6 diff --git a/LOG-EN.md b/LOG-EN.md index cfa7f42..2004250 100644 --- a/LOG-EN.md +++ b/LOG-EN.md @@ -1,4 +1,7 @@ # Update Logs +- 19.05.27 1.0.8 + 1. Bug fixes: signal align left invalid issue before MIUI 10 9.5.7 + 2. Bug fixes: dual mobile signal invalid issue before MIUI 10 9.5.7 - 19.05.27 1.0.7 1. New entry: join QQ group for communication and bug report. - 19.05.26 1.0.6 diff --git a/app/build.gradle b/app/build.gradle index ee0012d..3c6aa4a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId "com.tianma.tweaks.miui" minSdkVersion 21 targetSdkVersion 27 - versionCode 8 - versionName "1.0.8 beta" + versionCode 9 + versionName "1.0.8" buildConfigField("String", "LOG_TAG", "\"XMiuiClock\"") buildConfigField("boolean", "LOG_TO_XPOSED", "true")