Skip to content

Bump androidx.annotation:annotation from 1.8.2 to 1.9.0 (#219) #275

Bump androidx.annotation:annotation from 1.8.2 to 1.9.0 (#219)

Bump androidx.annotation:annotation from 1.8.2 to 1.9.0 (#219) #275

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