Update CI/Build

This commit is contained in:
2026-09-06 20:30:36 +02:00
parent d059d031bd
commit 2b900afc30
2 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ android {
applicationId 'net.helcel.beans'
minSdk = 28
targetSdk = 37
versionName "1.5"
versionName project.hasProperty('VERSION_NAME') ? project.property('VERSION_NAME') : "1.5"
versionCode project.hasProperty('VERSION_CODE') ? project.property('VERSION_CODE').toInteger() : 1
}
signingConfigs {