Skip to content

Commit

Permalink
[RLS] 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshCai233 committed May 30, 2021
1 parent 6ae8db7 commit 43833a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.joshcai.mdwechat"
minSdkVersion 21
targetSdkVersion 27
versionCode 100
versionName "4.1.0"
versionCode 101
versionName "4.2.0"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
<string name="text_reset">重置后不可恢复,如有自定义内容建议先做备份</string>
<string name="test">试验</string>
<string name="latest_wechat_version">8.0.6</string>
<string name="app_name_version">version 4.2.0.beta2.5</string>
<string name="app_name_version">version 4.2.0</string>
<string name="key_joshcai_info">key_joshcai_info</string>
<string name="josh_cai_info_outdated">检测到不兼容的微信版本(当前版本%s,最高适配%s)</string>
<string name="josh_cai_info_outdated_suffix">\n 不适配内测版本!不要再问了!\n\n在不兼容的微信版本中使用本软件可能会出现一些bug,严重时可能导致封号等后果。\n\n本软件请在微信的用户条款下使用,遵守相关法律和微信规定,使用本软件造成的一切后果,与软件和开发者无关,如对上述有异议或疑问,请立即卸载此软件。</string>
Expand Down
6 changes: 3 additions & 3 deletions data/newest_version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.1.0",
"versionCode": "100",
"info": "- 适配play版微信7.0.21\n- 适配微信8.0.3"
"version": "4.2.0",
"versionCode": "101",
"info": "- 新增主界面下拉小程序页面背景颜色的开关(位于配色方案 -> 主界面)\n- 修复朋友圈等界面状态栏异常的问题"
}

0 comments on commit 43833a2

Please sign in to comment.