3
0
Fork 0

Upgrade to flutter 3.3.5 to fix a build/release issues (#77)

This commit is contained in:
Nate Brown 2022-10-26 11:31:18 -05:00 committed by GitHub
parent d8e90a1b4b
commit 469195cdf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Install flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.3.2'
flutter-version: '3.3.5'
- uses: nttld/setup-ndk@v1
id: setup-ndk

View File

@ -4,7 +4,7 @@ Install all of the following things:
- [`xcode`](https://apps.apple.com/us/app/xcode/)
- [`android-studio`](https://developer.android.com/studio)
- [`flutter` 3.3.2](https://docs.flutter.dev/get-started/install)
- [`flutter` 3.3.5](https://docs.flutter.dev/get-started/install)
- [`gomobile`](https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile)
- [Flutter Android Studio Extension](https://docs.flutter.dev/get-started/editor?tab=androidstudio)