Skip to content

release/0.1.13 : Version update #209

release/0.1.13 : Version update

release/0.1.13 : Version update #209

Workflow file for this run

name: Payment SDK Android CI
on:
push:
branch:
- develop
jobs:
build:
strategy:
matrix:
flavor: [ dev, staging, live ]
uses: ./.github/workflows/build-apk.yml
with:
branch: ${{github.ref}}
build_flavor: ${{matrix.flavor}}