From 9c0cf19b33da757ba7572b81270a73d226c15219 Mon Sep 17 00:00:00 2001 From: Risu <79110363+risu729@users.noreply.github.com> Date: Wed, 9 Jul 2025 20:21:48 +1000 Subject: [PATCH] fix(registry): add java and yq to android-sdk dependencies --- registry.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.toml b/registry.toml index cf702472ef..b2fed330f3 100644 --- a/registry.toml +++ b/registry.toml @@ -80,6 +80,7 @@ amazon-ecr-credential-helper.backends = [ "asdf:dex4er/asdf-amazon-ecr-credential-helper" ] android-sdk.backends = ["asdf:mise-plugins/mise-android-sdk"] +android-sdk.depends = ["java", "yq"] ansible.backends = ["pipx:ansible[uvx=false,pipx_args=--include-deps]"] ansible.test = ['ansible --version', 'ansible'] ansible-core.aliases = ["ansible-base"]