diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f31cdef..1e76dd7 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -14,8 +14,8 @@ android { applicationId = "com.paintings.tool" minSdk = 23 targetSdk = 34 - versionCode = 2 - versionName = "1.0.1" + versionCode = 3 + versionName = "1.0.2" setProperty( "archivesBaseName", "AR Drawing_V" + versionName + "(${versionCode})_$timestamp"