Update version to 2.16,fix more bugs.

This commit is contained in:
2022-03-18 05:50:02 +08:00
parent 7a1f139adc
commit f5f90d712a

View File

@@ -5,8 +5,8 @@ plugins {
}
ext {
appVersionName = "2.15"
appVersionCode = 25
appVersionName = "2.16"
appVersionCode = 26
}
task clean(type: Delete) {