修复一个彩色图标判断失误的问题,重新发布版本 1.67

This commit is contained in:
2022-02-20 01:22:56 +08:00
parent 7a4e254230
commit 79843eb0d0
3 changed files with 18 additions and 8 deletions

View File

@@ -5,8 +5,8 @@ plugins {
}
ext {
appVersionName = "1.66"
appVersionCode = 13
appVersionName = "1.67"
appVersionCode = 14
}
task clean(type: Delete) {