Skip to content

Bump androidx.lifecycle:lifecycle-livedata-core from 2.6.2 to 2.7.0 (… #199

Bump androidx.lifecycle:lifecycle-livedata-core from 2.6.2 to 2.7.0 (…

Bump androidx.lifecycle:lifecycle-livedata-core from 2.6.2 to 2.7.0 (… #199

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