Skip to content

Commit

Permalink
upgrade to flutter 3.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zsco committed Mar 26, 2024
1 parent 252ae31 commit 4c8c80f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .fvmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"flutter": "3.7.1"
"flutter": "3.7.12"
}
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"dart.flutterSdkPath": ".fvm/versions/3.7.1"
"dart.flutterSdkPath": ".fvm/versions/3.7.12"
}
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c8c80f

Please sign in to comment.