refactor(fixing version code issue)

Co-authored-by: Sebastian Palmqvist <PalmN72@users.noreply.github.com>
This commit is contained in:
Lee 2023-10-30 14:49:17 +01:00
parent 0abbee615f
commit 5b594e75e4
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ platform :android do
else
ENV['VERSION_NAME'] = versionNameOverride
end
puts "test"
puts "Hello there - #{ENV['VERSION_NAME']}"
puts "Hello there - #{ENV['VERSION_CODE']}"
puts "Compiling #{ENV['VERSION_NAME']} (#{ENV['VERSION_CODE']}) "