hyperspace: patch appVersionCode, not versionCode, in gradle.properties

This commit is contained in:
Axel Uhl
2023-11-07 21:01:57 +01:00
parent c254c2bd64
commit 20540a65ee
+1 -1
View File
@@ -17,7 +17,7 @@ platform :android do
def update_version_code(code: 1)
set_properties_value(
path: "gradle.properties",
key: "versionCode",
key: "appVersionCode",
value: "#{code}"
)
end