Skip to content

fix import

fix import #246

Workflow file for this run

name: build
on:
- push
jobs:
android:
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- uses: actions/[email protected]
- uses: actions/setup-java@v1
with:
java-version: "12.x"
- uses: subosito/flutter-action@v2
- run: flutter pub get
- run: flutter build apk