Skip to content

Update the README now that we have v2.0.0 and no need for LFS anymore. #82

Update the README now that we have v2.0.0 and no need for LFS anymore.

Update the README now that we have v2.0.0 and no need for LFS anymore. #82

Workflow file for this run

name: Android Build
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set Up JDK
uses: actions/setup-java@v1
with:
java-version: '17'
- name: Run Tests
run: ./gradlew test
- name: Build Project
run: ./gradlew assemble