增加通知优化图标过滤搜索功能,更新版本到 1.5

This commit is contained in:
2022-02-15 21:52:10 +08:00
parent 850a382025
commit d117a9a6e9
15 changed files with 265 additions and 43 deletions

View File

@@ -5,8 +5,8 @@ plugins {
}
ext {
appVersionName = "1.36(pending)"
appVersionCode = 8
appVersionName = "1.5"
appVersionCode = 9
}
task clean(type: Delete) {