1 Commits
Author SHA1 Message Date
sora a8c4529ee8 Update app/build.gradle 2026-07-05 15:04:10 +02:00
+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 {