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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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