Skip to content

release/0.1.14 : Version update #212

release/0.1.14 : Version update

release/0.1.14 : Version update #212

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}}