Skip to content

Example app UI overhaul #530

Example app UI overhaul

Example app UI overhaul #530

Workflow file for this run

name: Android CI
on:
pull_request:
jobs:
compile-android-new-arch:
uses: ./.github/workflows/android-build.yml
secrets: inherit
with:
new-architecture: 'true'
compile-android-old-arch:
uses: ./.github/workflows/android-build.yml
secrets: inherit
with:
new-architecture: 'false'