Build aab with play services enabled

Change-Id: I8715fb7f95ece046f48629c97d207e2cb52e0fb2
pull/1837/head
Ben Weiss 3 years ago
parent 559bad462e
commit 0101a54a13

@ -38,7 +38,7 @@ $DIR/gradlew :app:clean :app:assemble ${GRADLE_PARAMS}
BUILD_RESULT=$?
GRADLE_RELEASE_PARAMS="$GRADLE_PARAMS -Puse-google-services"
$DIR/gradlew :app:assembleDemoRelease :app:assembleProdRelease ${GRADLE_RELEASE_PARAMS}
$DIR/gradlew :app:assembleDemoRelease :app:assembleProdRelease :app:bundleDemoRelease :app:bundleProdRelease ${GRADLE_RELEASE_PARAMS}
# Demo debug
cp $APP_OUT/apk/demo/debug/app-demo-debug.apk $DIST_DIR

Loading…
Cancel
Save