Skip to content

fix(deps): update androidxactivity to v1.9.3 #314

fix(deps): update androidxactivity to v1.9.3

fix(deps): update androidxactivity to v1.9.3 #314

Workflow file for this run

name: Push workflow
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
sanity-checks:
name: Run sanity checks
uses: ./.github/workflows/sanity-checks.yml
secrets: inherit
lint:
name: Run linters
uses: ./.github/workflows/lint.yml
secrets: inherit
tests:
name: Run tests
uses: ./.github/workflows/test.yml
secrets: inherit