Skip to content

Merge pull request #567 from CCExtractor/dependabot/pub/flutter_lints… #232

Merge pull request #567 from CCExtractor/dependabot/pub/flutter_lints…

Merge pull request #567 from CCExtractor/dependabot/pub/flutter_lints… #232

Workflow file for this run

name: Flutter Build
on:
push:
branches:
- main
- next
workflow_dispatch:
jobs:
build-android:
name: Android
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: "17"
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- name: Build Flutter app for Android
run: flutter build apk