Skip to content

Try bumping AGP to 8.13.0 again which doesn't work and remove the com… #154

Try bumping AGP to 8.13.0 again which doesn't work and remove the com…

Try bumping AGP to 8.13.0 again which doesn't work and remove the com… #154

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches: ["*"]
# pull_request:
# branches: [ "*" ]
jobs:
check:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
permissions:
contents: read
steps:
- uses: huanshankeji/.github/actions/gradle-test-and-check@v0.2.0
with:
jdk-versions: 17-temurin
dependency-submission:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
permissions:
contents: write
steps:
- uses: huanshankeji/.github/actions/gradle-dependency-submission@v0.2.0
with:
jdk-versions: 17-temurin