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 3434Usage:
3535# Dryrun (does not update any files on disk but prints out all replacements for
3636# 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
3838
3939# 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
4141
4242# Update only Android packages
43- python3 scripts/update_ios_android_dependencies .py --skip_ios
43+ python3 scripts/update_android_ios_dependencies .py --skip_ios
4444
4545# 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
4747 dir_with_podfiles
4848
4949# 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
5151 --ignore_android_packages auth androidx
5252
5353# 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
5555 gameloop_android
5656
5757Other similar flags:
You can’t perform that action at this time.
0 commit comments