Skip to content

Bump androidx.annotation:annotation from 1.8.0 to 1.8.1 #148

Bump androidx.annotation:annotation from 1.8.0 to 1.8.1

Bump androidx.annotation:annotation from 1.8.0 to 1.8.1 #148

Workflow file for this run

name: Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build