chore: update the build-rust-sdk script (#6476)

This commit is contained in:
Benjamin Bouvier
2026-03-27 07:36:48 +01:00
committed by GitHub
parent 1e53ffd086
commit 2c083a87d4

View File

@@ -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