Skip to content

Commit

Permalink
Testing new builds
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttwittrockcio committed Nov 7, 2024
1 parent 9188a10 commit 3907823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ platform :android do
name_of_sample_app_module = File.basename(path_to_root_directory_sample_app) # just get the name of the directory I am in now. `samples/N`

new_app_version = get_new_app_version()
test_groups = get_build_test_groups()
test_groups = get_build_test_groups()
app_package_name = CredentialsManager::AppfileConfig.try_fetch_value(:package_name) # get package_name from Appfile

build_sample_app(
Expand Down

0 comments on commit 3907823

Please sign in to comment.