Skip to content

chore: embedded the contents of ipay88-my.aar #16

chore: embedded the contents of ipay88-my.aar

chore: embedded the contents of ipay88-my.aar #16

Workflow file for this run

name: Build SDK
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build-sdk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: '17'
- name: Build release version of the SDK
run: ./gradlew clean assembleRelease