Skip to content

Bump com.android.library from 8.3.1 to 8.4.0 #286

Bump com.android.library from 8.3.1 to 8.4.0

Bump com.android.library from 8.3.1 to 8.4.0 #286

Workflow file for this run

name: continuous
on: [push, pull_request]
jobs:
validate:
uses: lukaspieper/android-actions/.github/workflows/validate-gradlew.yml@main
detekt:
uses: lukaspieper/android-actions/.github/workflows/lint-detekt.yml@main
needs: validate
with:
upload_sarif: true
lint:
uses: lukaspieper/android-actions/.github/workflows/lint.yml@main
needs: validate
build:
uses: lukaspieper/android-actions/.github/workflows/assembleDebug.yml@main
needs: validate
with:
assembly_path: lib/build/outputs/aar/lib-debug.aar