Skip to content

Update dependency com.android.tools.build:gradle to v8.13.2 #113

Update dependency com.android.tools.build:gradle to v8.13.2

Update dependency com.android.tools.build:gradle to v8.13.2 #113

Workflow file for this run

name: Run Tests and Analyze source code
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Flutter
uses: ./.github/workflows/test.yml
analyze:
name: Flutter
uses: ./.github/workflows/analyze.yml
release:
needs:
- test
- analyze
name: Flutter
uses: ./.github/workflows/release.yml