Update config.yml
This commit is contained in:
parent
7c99ca3360
commit
69a2a68ad4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue