Skip to content

Commit

Permalink
Merge pull request #47 from niscy-eudiw/main
Browse files Browse the repository at this point in the history
Versioning correction
  • Loading branch information
stzouvaras authored Mar 8, 2024
2 parents af8a808 + 5422c0d commit a54292c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ platform :android do
set_properties_value(
path: "version.properties",
key: "VERSION_NAME",
value: "yyyy.d.m",
value: "yyyy.m.v",
)
end

Expand All @@ -163,6 +163,5 @@ platform :android do
key: "VERSION_NAME",
value: version,
)
version
end
end
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION_NAME=yyyy.d.m
VERSION_NAME=yyyy.m.v

0 comments on commit a54292c

Please sign in to comment.