Skip to content

Commit

Permalink
Update strings.xml build.gradle root_preferences.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
KyuubiRan committed Mar 29, 2021
1 parent 35d1f2f commit 14512a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "me.kyuubiran.qqcleaner"
minSdkVersion 21
targetSdkVersion 30
versionCode 30
versionName "1.6.0"
versionCode 31
versionName "1.6.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
12 changes: 3 additions & 9 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,9 @@
<string name="author">模块作者:KyuubiRan\n特别鸣谢:ketal178、cinit、Lagrio</string>
<string name="support_me">点我扶贫</string>
<string name="support_me_hint">本模块完全免费开源 一切开发旨在学习 请勿用于非法用途 喜欢本模块的可以捐赠支持我 谢谢~</string>
<string name="about">公告</string>
<string name="about_hint">注意:本模块不会清理聊天记录、接收文件、保存的图片、表情收藏等重要东西\n
[更新日志]\n
-1.6.0(30)\n
1.修复Play版有模块入口但是打不开模块的问题\n
2.启用apk压缩 减少体积\n
3.使用kotlin重构部分代码 完全移除Java部分代码\n
4.添加了模块图标(由Lagrio绘制)\n
5.修改Telegram频道链接(@QQCleaner)
<string name="update_info">更新日志</string>
<string name="update_info_content">-1.6.1(31)\n
1.修复某些情况下微信入口打不开的问题
</string>
<string name="join_qq_group">点击加入QQ群</string>
<string name="join_qq_group_hint">有问题可以来群里反馈哦~</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/xml/root_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
app:summary="@string/support_me_hint" />
<Preference
app:key="About"
app:title="@string/about"
app:summary="@string/about_hint" />
app:title="@string/update_info"
app:summary="@string/update_info_content" />
</PreferenceCategory>
</PreferenceScreen>

0 comments on commit 14512a4

Please sign in to comment.