chore: update the build-rust-sdk script (#6476)
This commit is contained in:
parent
1e53ffd086
commit
2c083a87d4
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ cp \
|
||||||
|
|
||||||
if [ "${buildApp}" == "0" ]; then
|
if [ "${buildApp}" == "0" ]; then
|
||||||
printf "\n## Building the application...\n\n"
|
printf "\n## Building the application...\n\n"
|
||||||
./gradlew assembleDebug
|
./gradlew :app:assembleGplayDebug
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## Clean remote checkout of SDK repo
|
## Clean remote checkout of SDK repo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue