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