Skip to content

Update sample and getter code #47

Update sample and getter code

Update sample and getter code #47

Workflow file for this run

name: Android Build
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 11
uses: actions/setup-java@v2
with:
java-version: 17.0.6
cache: 'gradle'
distribution: adopt
- name: Build with Gradle
run: ./gradlew build