Add local release workflow and foldable home guard

This commit is contained in:
ajp_anton
2026-06-16 21:28:34 +00:00
parent 27a1367fc1
commit 7239c28284
4 changed files with 134 additions and 129 deletions
+2 -2
View File
@@ -56,8 +56,8 @@ android {
applicationId = "se.ajpanton.navbuttons"
minSdk = 35
targetSdk = 35
versionCode = 1777070659
versionName = "0.3"
versionCode = project.findProperty("nbVersionCode")?.toString()?.toIntOrNull() ?: 1777070659
versionName = project.findProperty("nbVersionName")?.toString() ?: "0.3"
}
buildTypes {