From 2c083a87d4008c5d1a5a9b00a4f1d82ff6de5f74 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Fri, 27 Mar 2026 07:36:48 +0100 Subject: [PATCH] chore: update the build-rust-sdk script (#6476) --- tools/sdk/build-rust-sdk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sdk/build-rust-sdk b/tools/sdk/build-rust-sdk index ea1b80c469..b3b57f7e98 100755 --- a/tools/sdk/build-rust-sdk +++ b/tools/sdk/build-rust-sdk @@ -228,7 +228,7 @@ cp \ if [ "${buildApp}" == "0" ]; then printf "\n## Building the application...\n\n" - ./gradlew assembleDebug + ./gradlew :app:assembleGplayDebug fi ## Clean remote checkout of SDK repo