Skip to content

Update dependency com.android.library to v8.8.0 #197

Update dependency com.android.library to v8.8.0

Update dependency com.android.library to v8.8.0 #197

Workflow file for this run

name: Unit Test
on:
pull_request:
paths-ignore:
- '*.md'
jobs:
build:
strategy:
matrix:
os: [ macOS-latest, ubuntu-latest, windows-latest ]
job: [allTests]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
distribution: 'zulu'
java-version: 17
- run: ./gradlew -p . ${{matrix.job}}