Skip to content

Commit

Permalink
Merge pull request #48 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 a54292c + 07f8c51 commit b406a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ platform :android do
lane :calver do |values|
buildCode = values[:buildCode]
date = DateTime.now
version = "#{date.strftime("%Y.%-m")}.#{buildCode}"
version = "#{date.strftime("%Y.%m")}.#{buildCode}"
puts "Generated Calver: #{version}"
set_properties_value(
path: "version.properties",
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION_NAME=yyyy.m.v
VERSION_NAME=yyyy.mm.v

0 comments on commit b406a8b

Please sign in to comment.