Update app/build.gradle

This commit is contained in:
2026-06-09 08:51:43 +02:00
parent 2967dbd001
commit 65799496f9
+1 -1
View File
@@ -14,7 +14,7 @@ android {
applicationId "net.helcel.cowspent"
minSdk = 26
targetSdk = 37
versionName "1.0a"
versionName "1.0b"
versionCode project.hasProperty('VERSION_CODE') ? project.property('VERSION_CODE').toInteger() : 1
}