Update app/build.gradle

This commit is contained in:
2026-06-06 19:34:25 +02:00
parent cc1a0c1aca
commit 18725261e3

View File

@@ -15,7 +15,7 @@ android {
applicationId 'net.helcel.beans'
minSdk = 28
targetSdk = 37
versionName "1.3"
versionName "1.3b"
versionCode project.hasProperty('VERSION_CODE') ? project.property('VERSION_CODE').toInteger() : 1
}
signingConfigs {