Skip to content

Update android.plugin to v8.5.2 #332

Update android.plugin to v8.5.2

Update android.plugin to v8.5.2 #332

Workflow file for this run

name: Test
on:
push:
branches: [ main, production ]
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
cache: gradle
- run: ./gradlew testDebug