Skip to content

chore(deps): bump com.android.tools.build:gradle from 8.7.2 to 8.7.3 in /components/http/okHttp/android #3015

chore(deps): bump com.android.tools.build:gradle from 8.7.2 to 8.7.3 in /components/http/okHttp/android

chore(deps): bump com.android.tools.build:gradle from 8.7.2 to 8.7.3 in /components/http/okHttp/android #3015

Workflow file for this run

name: "Checks the SDK only using APIs from the targeted API level"
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint-api-level:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
cache: gradle
- name: Setup Android SDK
uses: android-actions/[email protected]
- name: Build SDK with Android project configuration
id: lint
run: ./gradlew --no-daemon build -Pandroid=true
- name: Upload linting results
if: failure() && steps.lint.outcome == 'failure'
uses: actions/upload-artifact@v4
with:
name: lint-report
path: ./**/build/reports