Skip to content

fix(android): migrate back navigation to API supported for Android 16 #179

fix(android): migrate back navigation to API supported for Android 16

fix(android): migrate back navigation to API supported for Android 16 #179

Workflow file for this run

name: "Basic Tests"
on:
pull_request:
types:
- 'synchronize'
- 'opened'
jobs:
setup:
uses: ./.github/workflows/reusable_setup.yml
lint-test:
needs: 'setup'
uses: ./.github/workflows/reusable_lint.yml
build-packages:
needs: 'setup'
uses: ./.github/workflows/reusable_build.yml