Skip to content

feat: update the SDK and README.md #1

feat: update the SDK and README.md

feat: update the SDK and README.md #1

Workflow file for this run

name: Build SDK
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
cache: 'gradle'
- name: Change wrapper permissions
run: chmod +x ./gradlew
- name: Build SDK and Demo App
run: ./gradlew build