initial
Some checks failed
Build Android App / build (push) Failing after 2m46s

This commit is contained in:
ImBenji
2026-01-01 08:01:24 +00:00
parent ef7136b58e
commit 6c470d7a58
2 changed files with 4 additions and 5 deletions

View File

@@ -32,11 +32,10 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.27.1"
channel: "stable"
channel: "beta"
- name: Fix flutter git ownership
run: git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.27.1-x64
run: git config --global --add safe.directory '*'
- name: Get dependancies
run: flutter pub get

View File

@@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ^3.6.0
sdk: ^3.10.0-75.1.beta
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
@@ -52,7 +52,7 @@ dev_dependencies:
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^5.0.0
flutter_lints: ^6.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec