Skip to content

fix(deps): update dependency androidx.activity:activity-compose to v1.12.0 #909

fix(deps): update dependency androidx.activity:activity-compose to v1.12.0

fix(deps): update dependency androidx.activity:activity-compose to v1.12.0 #909

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
# For browser tests
- uses: browser-actions/setup-chrome@v2
- name: Run checks
run: ./gradlew check --no-daemon --stacktrace