Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Bump com.android.tools:desugar_jdk_libs from 2.1.4 to 2.1.5 #1380

Bump com.android.tools:desugar_jdk_libs from 2.1.4 to 2.1.5

Bump com.android.tools:desugar_jdk_libs from 2.1.4 to 2.1.5 #1380

Workflow file for this run

name: Linting
on:
push:
pull_request_target:
jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'
- run: ./gradlew lint