|
|
@ -38,7 +38,7 @@ $DIR/gradlew :app:clean :app:assemble ${GRADLE_PARAMS}
|
|
|
|
BUILD_RESULT=$?
|
|
|
|
BUILD_RESULT=$?
|
|
|
|
|
|
|
|
|
|
|
|
GRADLE_RELEASE_PARAMS="$GRADLE_PARAMS -Puse-google-services"
|
|
|
|
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
|
|
|
|
# Demo debug
|
|
|
|
cp $APP_OUT/apk/demo/debug/app-demo-debug.apk $DIST_DIR
|
|
|
|
cp $APP_OUT/apk/demo/debug/app-demo-debug.apk $DIST_DIR
|
|
|
|