- updated config.yml

- Fastlane added
 - lanes added for upload to playstore

Took 3 hours 34 minutes
This commit is contained in:
2023-03-30 23:16:14 +01:00
parent 23f16626cd
commit 958f8d97b0
7 changed files with 140 additions and 7 deletions

View File

@@ -90,9 +90,10 @@ jobs:
echo "$GOOGLE_PLAY_KEY" > "android/playstore.json"
# And finally run the release build
- run:
name: Assemble release build
name: Assemble and Upload to PlayStore
command: |
./gradlew assembleDriverRelease
pwd
bundle exec fastlane deploy<< parameters.flavour >>
# Invoke jobs via workflows
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
workflows: