mirror of
https://github.com/MaidFoundation/maid.git
synced 2023-12-01 22:17:36 +03:00
Update flutter
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
java-version: '17'
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.13.7'
|
||||
flutter-version: '3.13.9'
|
||||
|
||||
- name: Decode Keystore File
|
||||
env:
|
||||
@@ -58,7 +58,7 @@ jobs:
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.13.7'
|
||||
flutter-version: '3.13.9'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
@@ -88,7 +88,7 @@ jobs:
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.13.7'
|
||||
flutter-version: '3.13.9'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: maid
|
||||
description: A new Flutter project.
|
||||
description: A cross-platform Flutter app for interfacing with GGUF / Llama models.
|
||||
# The following line prevents the package from being accidentally published to
|
||||
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
|
||||
Reference in New Issue
Block a user