This commit is contained in:
ocean 2026-01-05 18:30:01 +08:00
parent d2b48e6f8d
commit 88a7ec0763
2 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ android {
applicationId = "com.cake.draw.painting" applicationId = "com.cake.draw.painting"
minSdk = 24 minSdk = 24
targetSdk = 36 targetSdk = 36
versionCode = 3 versionCode = 4
versionName = "1.2" versionName = "1.3"
setProperty("archivesBaseName", "CakePainting Helper_V" + versionName + "(${versionCode})_$timestamp") setProperty("archivesBaseName", "CakePainting Helper_V" + versionName + "(${versionCode})_$timestamp")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }