Skip to content

Commit

Permalink
Test commit 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud-elmorabea committed Oct 24, 2024
1 parent b46c293 commit 0329b74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions samples/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,9 @@ platform :android do
path_to_app_gradle_file = File.expand_path(Dir.glob("../build.*").first, Dir.pwd)

build_time = Time.parse(values[:build_time])
sh("echo Momo: Build time=#{build_time}")

new_app_version = values[:sdk_version]
new_build_number = build_time.to_i.to_s
sh("echo Momo: Build number=#{new_build_number}")
build_notes = get_build_notes()
test_groups = 'public'
app_package_name = CredentialsManager::AppfileConfig.try_fetch_value(:package_name)
Expand Down

0 comments on commit 0329b74

Please sign in to comment.