Enable use-google-services in release builds

Change-Id: Idb1ca4a4e218e493cac1c26b3dd2582a19914cfe
pull/591/head^2
Ben Weiss 1 year ago
parent 6378cbf510
commit 6dd82ea03e
No known key found for this signature in database
GPG Key ID: 8424F9C1E763A74C

@ -33,7 +33,7 @@ cp $DIR/../nowinandroid-prebuilts/google-services.json $DIR/app
cd $DIR
# Build
GRADLE_PARAMS=" --stacktrace"
GRADLE_PARAMS=" --stacktrace -Puse-google-services"
$DIR/gradlew :app:clean :app:assemble ${GRADLE_PARAMS}
BUILD_RESULT=$?
@ -68,4 +68,4 @@ cp $APP_OUT/bundle/prodRelease/app-prod-release.aab $DIST_DIR/app-prod-release.a
#cp $APP_OUT/mapping/prodRelease/mapping.txt $DIST_DIR/mobile-release-aab-mapping.txt
BUILD_RESULT=$?
exit $BUILD_RESULT
exit $BUILD_RESULT

Loading…
Cancel
Save