Build aab with play services enabled

Change-Id: I8715fb7f95ece046f48629c97d207e2cb52e0fb2
pull/591/head^2
Ben Weiss 2 years ago
parent 8d0f28170d
commit ef4b189f7e
No known key found for this signature in database
GPG Key ID: 8424F9C1E763A74C

@ -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