Skip to content

Instantly share code, notes, and snippets.

@TomGranot
Created March 5, 2019 18:08
Show Gist options
  • Save TomGranot/10973c2a6f4deab2b42f0e6c7ccb5366 to your computer and use it in GitHub Desktop.
Save TomGranot/10973c2a6f4deab2b42f0e6c7ccb5366 to your computer and use it in GitHub Desktop.
Config.yml part 6
- run:
name: Assemble Bundles & Run Tests
command: ./gradlew clean bundleFreeRelease bundlePlusFlavorRelease
- run:
name: Publish Free Beta Version To Play Store
command: ./gradlew publishFreeReleaseBundle
- run:
name: Publish Plus Beta Version To Play Store
command: ./gradlew publishPlusFlavorReleaseBundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment