Skip to content

chore: Update Kotlin version in android/build.gradle to 2.0.20 #8

chore: Update Kotlin version in android/build.gradle to 2.0.20

chore: Update Kotlin version in android/build.gradle to 2.0.20 #8

Workflow file for this run

name: Flutter CI - DEV
on:
push:
branches: [ "coding" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- name: Get dependencies
run: flutter pub get
- name: Run Flutter Analyze
run: flutter analyze
#- name: Run tests
# run: flutter test
#- name: Build APK
# run: flutter build apk --release