diff --git a/pyredex/utils.py b/pyredex/utils.py index a5cde7b0cc..65e895db3f 100644 --- a/pyredex/utils.py +++ b/pyredex/utils.py @@ -252,7 +252,7 @@ def add_android_sdk_path(self, path: str) -> None: ) def _load_android_buckconfig_values(self) -> typing.Dict[str, typing.Any]: - cmd = ["buck", "audit", "config", "android", "--json"] + cmd = ["buck2", "audit", "config", "android", "--json"] rdfb = self.root_dir_for_buck cwd = rdfb if rdfb is not None else os.getcwd() # Set NO_BUCKD to minimize disruption to any currently running buckd