We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5cc0a7 commit 4c3b15cCopy full SHA for 4c3b15c
build_scripts/android/build.sh
@@ -57,7 +57,7 @@ set +e
57
# network connectivity issues that cause the download to fail.
58
for retry in {1..10} error; do
59
if [[ $retry == "error" ]]; then exit 5; fi
60
- ./gradlew assembleRelease --stacktrace && break
+ ./gradlew assembleRelease && break
61
sleep 300
62
done
63
set -e
0 commit comments