|
|
@ -33,7 +33,7 @@ cp $DIR/../nowinandroid-prebuilts/google-services.json $DIR/app
|
|
|
|
cd $DIR
|
|
|
|
cd $DIR
|
|
|
|
|
|
|
|
|
|
|
|
# Build
|
|
|
|
# Build
|
|
|
|
GRADLE_PARAMS=" --stacktrace"
|
|
|
|
GRADLE_PARAMS=" --stacktrace -Puse-google-services"
|
|
|
|
$DIR/gradlew :app:clean :app:assemble ${GRADLE_PARAMS}
|
|
|
|
$DIR/gradlew :app:clean :app:assemble ${GRADLE_PARAMS}
|
|
|
|
BUILD_RESULT=$?
|
|
|
|
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
|
|
|
|
#cp $APP_OUT/mapping/prodRelease/mapping.txt $DIST_DIR/mobile-release-aab-mapping.txt
|
|
|
|
BUILD_RESULT=$?
|
|
|
|
BUILD_RESULT=$?
|
|
|
|
|
|
|
|
|
|
|
|
exit $BUILD_RESULT
|
|
|
|
exit $BUILD_RESULT
|
|
|
|