Skip to content

chore(deps): update com.android.tools.build:gradle to v8 #839

chore(deps): update com.android.tools.build:gradle to v8

chore(deps): update com.android.tools.build:gradle to v8 #839

Workflow file for this run

name: Default workflow
on:
push:
branches-ignore:
- main
- dev
jobs:
flutter-test-analyze:
uses: ./.github/workflows/flutter.analyze-test.action.yaml
with:
flutter_version: '3.16.9'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}
flutter-build:
needs: [flutter-test-analyze]
uses: ./.github/workflows/flutter.build.action.yaml
with:
flutter_version: '3.16.9'
android_output: 'apk'
env: 'dev'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}
sentry_dsn: ${{ secrets.SENTRY_DSN }}