diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1e76dd7..2f91e3d 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 = 3 - versionName = "1.0.2" + versionCode = 4 + versionName = "1.0.3" setProperty( "archivesBaseName", "AR Drawing_V" + versionName + "(${versionCode})_$timestamp"