Update app/build.gradle

This commit is contained in:
2026-07-05 15:04:10 +02:00
parent e7a3f09547
commit a8c4529ee8
+1 -1
View File
@@ -15,7 +15,7 @@ android {
applicationId 'net.helcel.beans'
minSdk = 28
targetSdk = 37
versionName "1.3b"
versionName "1.4"
versionCode project.hasProperty('VERSION_CODE') ? project.property('VERSION_CODE').toInteger() : 1
}
signingConfigs {