Skip to content

fix(deps): update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.9.4 #966

fix(deps): update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.9.4

fix(deps): update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.9.4 #966

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