diff --git a/.fvmrc b/.fvmrc index db35386..df27a83 100644 --- a/.fvmrc +++ b/.fvmrc @@ -1,3 +1,3 @@ { - "flutter": "3.7.1" + "flutter": "3.7.12" } \ No newline at end of file diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 15fd99b..445be4f 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -17,7 +17,7 @@ jobs: java-version: '11' - uses: subosito/flutter-action@v2 with: - flutter-version: '3.7.1' + flutter-version: '3.7.12' - run: git config --global url."https://".insteadOf git:// # allows dependency downloads without gpg - run: flutter pub get - name: "Prepare environment" diff --git a/.vscode/settings.json b/.vscode/settings.json index dfb78aa..7100e0a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "dart.flutterSdkPath": ".fvm/versions/3.7.1" + "dart.flutterSdkPath": ".fvm/versions/3.7.12" } \ No newline at end of file diff --git a/pubspec.lock b/pubspec.lock index d346d5f..7e23e9a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1557,4 +1557,4 @@ packages: version: "3.1.1" sdks: dart: ">=2.19.1 <3.0.0" - flutter: ">=3.7.1" + flutter: ">=3.7.12" diff --git a/pubspec.yaml b/pubspec.yaml index 8743604..b8582c1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,12 +15,12 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.0.299+299 +version: 0.0.300+300 environment: sdk: ">=2.17.0 <3.0.0" - flutter: 3.7.1 + flutter: 3.7.12 # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions