Skip to content

Implement optimization for Android with R8 (#2) #11

Implement optimization for Android with R8 (#2)

Implement optimization for Android with R8 (#2) #11

Workflow file for this run

name: main CI
on:
workflow_dispatch:
push:
branches:
- main
jobs:
checks:
uses: ./.github/workflows/run-checks.yml
publish:
needs: [ checks ]
uses: ./.github/workflows/publish-snapshot.yml
secrets: inherit