File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 34
34
Usage:
35
35
# Dryrun (does not update any files on disk but prints out all replacements for
36
36
# preview) - Update versions in default set of files in the repository.
37
- python3 scripts/update_ios_android_dependencies .py --dryrun
37
+ python3 scripts/update_android_ios_dependencies .py --dryrun
38
38
39
39
# Update versions in default set of files in the repository
40
- python3 scripts/update_ios_android_dependencies .py
40
+ python3 scripts/update_android_ios_dependencies .py
41
41
42
42
# Update only Android packages
43
- python3 scripts/update_ios_android_dependencies .py --skip_ios
43
+ python3 scripts/update_android_ios_dependencies .py --skip_ios
44
44
45
45
# Update specific pod files (or directories containing pod files)
46
- python3 scripts/update_ios_android_dependencies .py --podfiles foo/Podfile
46
+ python3 scripts/update_android_ios_dependencies .py --podfiles foo/Podfile
47
47
dir_with_podfiles
48
48
49
49
# Update all Android packages except any names containing androidx and auth
50
- python3 scripts/update_ios_android_dependencies .py --skip_ios
50
+ python3 scripts/update_android_ios_dependencies .py --skip_ios
51
51
--ignore_android_packages auth androidx
52
52
53
53
# Ignore updating any files in gameloop_android and test directories
54
- python3 scripts/update_ios_android_dependencies .py --ignore_directories test
54
+ python3 scripts/update_android_ios_dependencies .py --ignore_directories test
55
55
gameloop_android
56
56
57
57
Other similar flags:
You can’t perform that action at this time.
0 commit comments