From 0329b7432f6478d22bdb73bd115667cf9072115a Mon Sep 17 00:00:00 2001 From: Mahmoud Elmorabea Date: Thu, 24 Oct 2024 17:48:21 +0300 Subject: [PATCH] Test commit 8 --- samples/fastlane/Fastfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/fastlane/Fastfile b/samples/fastlane/Fastfile index f51f7690..bfee82d2 100644 --- a/samples/fastlane/Fastfile +++ b/samples/fastlane/Fastfile @@ -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)