Update config.yml
This commit is contained in:
parent
3083ee8057
commit
fe3ef227c3
.circleci
|
@ -101,7 +101,7 @@ jobs:
|
||||||
|
|
||||||
android-play-build:
|
android-play-build:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/android:api-29
|
- image: circleci/android:api-28-node
|
||||||
environment:
|
environment:
|
||||||
GRADLE_OPTS: -Xmx1536m -XX:+HeapDumpOnOutOfMemoryError -Dorg.gradle.caching=true -Dorg.gradle.configureondemand=true -Dkotlin.compiler.execution.strategy=in-process -Dkotlin.incremental=false
|
GRADLE_OPTS: -Xmx1536m -XX:+HeapDumpOnOutOfMemoryError -Dorg.gradle.caching=true -Dorg.gradle.configureondemand=true -Dkotlin.compiler.execution.strategy=in-process -Dkotlin.incremental=false
|
||||||
steps:
|
steps:
|
||||||
|
@ -139,12 +139,12 @@ jobs:
|
||||||
echo $ROCKET_PLAY_JSON | base64 --decode > android/app/rocket-chat.json
|
echo $ROCKET_PLAY_JSON | base64 --decode > android/app/rocket-chat.json
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Build Play AAB
|
name: Build Play app
|
||||||
command:
|
command:
|
||||||
cd android && ./gradlew bundlePlayRelease
|
cd android && ./gradlew bundlePlayRelease
|
||||||
|
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: app/build/outputs/bundle
|
path: android/app/build/outputs/bundle
|
||||||
destination: bundle
|
destination: bundle
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
|
@ -246,7 +246,7 @@ jobs:
|
||||||
echo -e "export default { BUGSNAG_API_KEY: '$BUGSNAG_KEY' };" > ./config.js
|
echo -e "export default { BUGSNAG_API_KEY: '$BUGSNAG_KEY' };" > ./config.js
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Build Android App
|
name: Build Play Experimental app
|
||||||
command: |
|
command: |
|
||||||
npx jetify
|
npx jetify
|
||||||
cd android
|
cd android
|
||||||
|
|
Loading…
Reference in New Issue