Skip to content

Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.4 to 2.8.6 #107

Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.4 to 2.8.6

Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.4 to 2.8.6 #107

Workflow file for this run

name: Gradle Tests
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
concurrency:
group: "test"
cancel-in-progress: false
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '22'
distribution: 'temurin'
cache: gradle
- run: chmod +x gradlew
- run: ./gradlew test