Skip to content

warning ui - high fees + high instant bal #75

warning ui - high fees + high instant bal

warning ui - high fees + high instant bal #75

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
name: Build APK
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '2.5.3'
- name: Build APK
run: flutter build apk --release