Skip to content

Commit

Permalink
Tweak script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Mar 14, 2024
1 parent e73a7d0 commit 953f5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_android_ios_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ def main():
if not args.skip_android:
ignore_android_packages = set(args.ignore_android_packages)
if not args.include_gma:
ignore_android_packages = ignore_android_packages + set(ANDROID_GMA_PACKAGES)
ignore_android_packages.update(ANDROID_GMA_PACKAGES)
latest_android_versions_map = get_latest_maven_versions(
ignore_android_packages, args.allow_experimental)
dep_files = get_files(args.depfiles, file_extension='.gradle',
Expand Down

0 comments on commit 953f5d4

Please sign in to comment.