fix: version

This commit is contained in:
auth
2023-06-04 22:11:46 +00:00
committed by GitHub
parent 8d36ae8799
commit 9a64e48a14

View File

@@ -3,8 +3,8 @@ plugins {
id 'org.jetbrains.kotlin.android'
}
def appVersionName = "0.1.1"
def appVersionCode = 3
def appVersionName = "0.1.2"
def appVersionCode = 4
android {
compileSdk 33