Skip to content

feat: bump Android SDK to v0.14.0 and bump Swfit SDK to v0.12.4 #50

feat: bump Android SDK to v0.14.0 and bump Swfit SDK to v0.12.4

feat: bump Android SDK to v0.14.0 and bump Swfit SDK to v0.12.4 #50

Workflow file for this run

name: Flutter SDK Build for Android
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-android:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '11'
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Run build apk
run: |
flutter pub get
cd example
flutter build apk