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 32
32
and their versions. Eg: 'release_build_files/readme.md`
33
33
34
34
Usage:
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
36
40
python3 scripts/update_ios_android_dependencies.py
37
41
42
+ # Update only android packages
43
+ python3 scripts/update_ios_android_dependencies.py --skip_ios
44
+
38
45
# Update specific pod files (or directories containing pod files)
39
46
python3 scripts/update_ios_android_dependencies.py --podfiles foo/Podfile
40
47
dir_with_podfiles
You can’t perform that action at this time.
0 commit comments