Add PaymentOption.iconPainter
for easier Compose integration
#2884
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: financial-connections-pr | |
on: | |
pull_request: | |
jobs: | |
# Use emerge tools to analyze the example app size | |
apk-size-analysis: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./.github/actions/stripe_setup | |
- name: Generate Android release bundle | |
run: ./gradlew :financial-connections-example:bundleRelease | |
- name: Upload artifact to Emerge | |
uses: EmergeTools/emerge-upload-action@3477b597fc62054136eb6f499e0ba78144f8a999 | |
with: | |
artifact_path: financial-connections-example/build/outputs/bundle/release/financial-connections-example-release.aab | |
emerge_api_key: ${{ secrets.EMERGE_API_KEY }} | |
build_type: release |