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 8851476bc7
commit ef041baeb4
+1 -1
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