File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 3232 and their versions. Eg: 'release_build_files/readme.md`
3333
3434Usage:
35- # Update versions in default set of files in the repository.
35+ # Dryrun (does not update any files on disk but prints out all replacements for
36+ # preview) - Update versions in default set of files in the repository.
37+ python3 scripts/update_ios_android_dependencies.py --dryrun
38+
39+ # Update versions in default set of files in the repository
3640python3 scripts/update_ios_android_dependencies.py
3741
42+ # Update only android packages
43+ python3 scripts/update_ios_android_dependencies.py --skip_ios
44+
3845# Update specific pod files (or directories containing pod files)
3946python3 scripts/update_ios_android_dependencies.py --podfiles foo/Podfile
4047 dir_with_podfiles
You can’t perform that action at this time.
0 commit comments