Skip to content

Bump androidx.annotation:annotation from 1.7.0 to 1.8.0 #845

Bump androidx.annotation:annotation from 1.7.0 to 1.8.0

Bump androidx.annotation:annotation from 1.7.0 to 1.8.0 #845

Workflow file for this run

name: Android CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v3
- name: set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Build with Gradle
run: bash ./gradlew build --stacktrace