From 6dd82ea03ea395bf42c3031f36d2cc935fa210cf Mon Sep 17 00:00:00 2001 From: Ben Weiss Date: Mon, 30 Jan 2023 15:22:48 +0000 Subject: [PATCH] Enable use-google-services in release builds Change-Id: Idb1ca4a4e218e493cac1c26b3dd2582a19914cfe --- build_android_release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_android_release.sh b/build_android_release.sh index 4a7c7688f..eccdc45ef 100755 --- a/build_android_release.sh +++ b/build_android_release.sh @@ -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 \ No newline at end of file +exit $BUILD_RESULT