Skip to content

Bump com.android.tools:desugar_jdk_libs from 2.1.3 to 2.1.4 #3045

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

Bump com.android.tools:desugar_jdk_libs from 2.1.3 to 2.1.4 #3045

Workflow file for this run

name: Linting
on:
push:
pull_request:
jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0 #TODO See https://github.com/actions/checkout/issues/1471
- uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
- run: ./gradlew lint