Add local release workflow and foldable home guard
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user