Skip to content

Commit

Permalink
Update CleanWeChat
Browse files Browse the repository at this point in the history
  • Loading branch information
KyuubiRan committed Mar 10, 2021
1 parent 73d8b91 commit 4f43bd1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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 26
versionName "1.4.3"
versionCode 27
versionName "1.4.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ object CleanWeChat {
*/
fun getHalfList() = ArrayList<File>().apply {
addAll(getFiles(CACHES))
addAll(getFiles(PICTURE))
addAll(getFiles(VIDEO))
addAll(getFiles(LOG))
}
Expand All @@ -167,8 +168,10 @@ object CleanWeChat {
fun getFullList() = ArrayList<File>().apply {
addAll(getFiles(CACHES))
addAll(getFiles(PICTURE))
addAll(getFiles(AVATAR))
addAll(getFiles(VIDEO))
addAll(getFiles(MINI))
addAll(getFiles(LUCKY_MONEY))
addAll(getFiles(LOG))
addAll(getFiles(RES_UPDATE))
addAll(getFiles(X5_CORE))
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<string name="about">公告</string>
<string name="about_hint">注意:本模块不会清理聊天记录、接收文件、保存的图片、表情收藏等重要东西\n
[更新日志]\n
-1.4.3(26)\n
1.微信瘦身超级加强 可以腾出更多的空间啦\n
-1.4.4(27)\n
1.修复微信彻底瘦身目录不全的问题\n
注意:微信瘦身包含根目录文件夹 请谨慎清理
</string>
<string name="join_qq_group">点击加入QQ群</string>
Expand Down

0 comments on commit 4f43bd1

Please sign in to comment.