Release version 1.0

This commit is contained in:
2022-06-21 09:13:03 +08:00
parent d3f872a78e
commit 0076b2d947
2 changed files with 68 additions and 26 deletions

View File

@@ -7,5 +7,5 @@ plugins {
ext {
appVersionName = "1.0"
appVersionCode = 1
enableR8 = false
enableR8 = true
}