mirror of
https://github.com/NiciDieNase/chaosflix
synced 2025-02-16 21:18:23 +00:00
update circle-config
This commit is contained in:
parent
c93af9b9bc
commit
3c9736ec7e
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,7 @@ jobs:
|
|||
echo "export SIGN_CONFIG=\"-PchaosflixKeystore=$KEYSTORE -PchaosflixStorePassword=$KEYSTORE_PASSWORD -PchaosflixKeyName=$KEY_NAME -PchaosflixKeyPassword=$KEYSTORE_PASSWORD -PAPPCENTER_ID=$APPCENTER_ID\""
|
||||
- run:
|
||||
name: Download Dependencies
|
||||
command: ./gradlew androidDependencies
|
||||
command: ./gradlew -PAPPCENTER_ID=$APPCENTER_ID androidDependencies
|
||||
- run:
|
||||
name: Build Touch
|
||||
command: |
|
||||
|
@ -36,6 +36,7 @@ jobs:
|
|||
-PchaosflixStorePassword=$KEYSTORE_PASSWORD\
|
||||
-PchaosflixKeyName=$KEY_NAME\
|
||||
-PchaosflixKeyPassword=$KEYSTORE_PASSWORD\
|
||||
-PAPPCENTER_ID=$APPCENTER_ID \
|
||||
touch:assemble${STAGE_LOWER}${LIBS}${BUILD_TYPE}
|
||||
- run:
|
||||
name: Build Leanback
|
||||
|
|
Loading…
Add table
Reference in a new issue