Skip to content

docs: Fixed small issues with README.md #18

docs: Fixed small issues with README.md

docs: Fixed small issues with README.md #18

Workflow file for this run

name: Build APK
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
channel: 'beta'
- run: flutter pub get
- run: flutter build apk --split-per-abi