Skip to content

Bump androidx.lifecycle:lifecycle-livedata-core from 2.8.5 to 2.8.6 (… #267

Bump androidx.lifecycle:lifecycle-livedata-core from 2.8.5 to 2.8.6 (…

Bump androidx.lifecycle:lifecycle-livedata-core from 2.8.5 to 2.8.6 (… #267

Workflow file for this run

name: Build
on: [push]
env:
JAVA_HOME: /usr/lib/jvm/temurin-17-jdk-amd64
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3
- name: Run Tests
run: ./gradlew check --stacktrace