Skip to content

chore: Update Android Gradle plugin and Kotlin version #10

chore: Update Android Gradle plugin and Kotlin version

chore: Update Android Gradle plugin and Kotlin version #10

Workflow file for this run

name: "Build IOS & Android"
on:
push:
branches:
- test
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.24.0" # Updated to match your Flutter version
channel: "stable"
- name: Get dependencies
run: flutter pub get
- name: Build APK
run: flutter build apk --release