mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-21 21:25:38 +00:00
hyperspace: patch appVersionCode, not versionCode, in gradle.properties
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user