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 36d15a6 commit 562bc6cCopy full SHA for 562bc6c
scripts/build.sh
@@ -555,7 +555,7 @@ generateAndroidBinary() {
555
if [ "$configuration" = "Release" ] ; then
556
# Check if this is an E2E build
557
if [ "$METAMASK_ENVIRONMENT" = "e2e" ] || [ "$E2E" = "true" ] ; then
558
- buildAndroidReleaseE2E()
+ buildAndroidReleaseE2E
559
else
560
# Generate Android binary only
561
./gradlew $flavorConfiguration --build-cache --parallel
0 commit comments