bump version (1.1.0)

This commit is contained in:
auth
2023-06-23 16:02:00 +00:00
committed by GitHub
parent 0d8bf10049
commit 2b30883157

View File

@@ -3,8 +3,8 @@ plugins {
id 'org.jetbrains.kotlin.android'
}
def appVersionName = "1.0.2"
def appVersionCode = 6
def appVersionName = "1.1.0"
def appVersionCode = 7
android {
compileSdk 33