Skip to content

Commit

Permalink
Merge pull request #833 from getlantern/ox/issue69
Browse files Browse the repository at this point in the history
Upgraded to Flutter 3.7.12
  • Loading branch information
atavism authored May 7, 2023
2 parents fe9b78a + 64b31b6 commit ff1f6da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Install Flutter
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.7.6"
flutter-version: "3.7.12"
channel: "stable"
- run: flutter --version

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ All those dependencies must be in your PATH
* NDK should be version 22.x, for example 22.1.7171670. Newer versions of the NDK don't work with the current release of gomobile.
* [Git LFS](https://git-lfs.github.com)
- more information in [Usage](#usage)
* [Flutter (3.7.5)](https://flutter.dev)
* [Flutter (3.7.12)](https://flutter.dev)
* [sentry-cli](https://docs.sentry.io/product/cli/installation/)
- This is used for uploading native debug symbols to Sentry
* [gomobile](https://github.com/golang/go/wiki/Mobile#tools)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=2.12.3 <3.0.0"
sdk: ">=3.7.12"

dependencies:
flutter:
Expand Down

0 comments on commit ff1f6da

Please # to comment.