Skip to content

Update dependency com.android.library to v8.4.2 #90

Update dependency com.android.library to v8.4.2

Update dependency com.android.library to v8.4.2 #90

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
merge_group:
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- run: ./gradlew apiCheck build
- uses: mikepenz/action-junit-report@v4
if: success() || failure()
with:
report_paths: './tila-core/build/test-results/testDebugUnitTest/TEST*.xml'