forked from core/mobile_nebula
Upgrade to flutter 3.3.5 to fix a build/release issues (#77)
This commit is contained in:
parent
d8e90a1b4b
commit
469195cdf7
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- name: Install flutter
|
- name: Install flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: '3.3.2'
|
flutter-version: '3.3.5'
|
||||||
|
|
||||||
- uses: nttld/setup-ndk@v1
|
- uses: nttld/setup-ndk@v1
|
||||||
id: setup-ndk
|
id: setup-ndk
|
||||||
|
|
|
@ -4,7 +4,7 @@ Install all of the following things:
|
||||||
|
|
||||||
- [`xcode`](https://apps.apple.com/us/app/xcode/)
|
- [`xcode`](https://apps.apple.com/us/app/xcode/)
|
||||||
- [`android-studio`](https://developer.android.com/studio)
|
- [`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)
|
- [`gomobile`](https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile)
|
||||||
- [Flutter Android Studio Extension](https://docs.flutter.dev/get-started/editor?tab=androidstudio)
|
- [Flutter Android Studio Extension](https://docs.flutter.dev/get-started/editor?tab=androidstudio)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue