Skip to content

chore(deps): update com.android.application to v8.6.1 #2341

chore(deps): update com.android.application to v8.6.1

chore(deps): update com.android.application to v8.6.1 #2341

Workflow file for this run

name: Default workflow
on:
push:
paths-ignore:
- 'firebase_functions/**'
branches-ignore:
- main
- dev
jobs:
flutter-test-analyze:
uses: ./.github/workflows/flutter.analyze-test.action.yaml
with:
flutter_version: '3.22.2'
secrets: inherit
flutter-build:
needs: [ flutter-test-analyze ]
uses: ./.github/workflows/flutter.build.action.yaml
with:
flutter_version: '3.22.2'
android_output: 'apk'
secrets: inherit