chore: bump

Signed-off-by: Next Alone <12210746+NextAlone@users.noreply.github.com>
This commit is contained in:
Next Alone 2022-12-11 10:01:03 +08:00
parent e543a78c90
commit e18edbbcb0
No known key found for this signature in database
GPG Key ID: DBA7B0AEF8C1CD2C

View File

@ -3,12 +3,12 @@ import cn.hutool.core.util.RuntimeUtil
apply plugin: "com.android.application"
apply plugin: "kotlin-android"
def verName = "9.1.6"
def verCode = 1120
def verName = "9.2.2"
def verCode = 1121
def officialVer = "9.1.6"
def officialCode = 2927
def officialVer = "9.2.2"
def officialCode = 2965
configurations {
compile.exclude module: "support-v4"