version bump (v1.0.2)

This commit is contained in:
auth
2023-06-08 18:01:05 +00:00
committed by GitHub
parent 209a667350
commit 7aa75b6fc8

View File

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