Update config.yml

This commit is contained in:
Filipe Brito 2019-10-01 12:58:05 -03:00
parent 7c99ca3360
commit 69a2a68ad4
1 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ jobs:
command: ./gradlew androidDependencies command: ./gradlew androidDependencies
- run: - run:
name: Build Play AAB name: Build Play AAB
command: ./gradlew bundleRelease command: ./gradlew bundlePlayRelease
- store_artifacts: - store_artifacts:
path: /tmp/build/outputs/play path: /tmp/build/outputs/play
@ -218,7 +218,7 @@ jobs:
npx jetify npx jetify
cd android cd android
if [[ $KEYSTORE ]]; then if [[ $KEYSTORE ]]; then
./gradlew bundleRelease ./gradlew bundlePlayExperimentalRelease
else else
./gradlew assembleDebug ./gradlew assembleDebug
fi fi