Skip to content

Commit

Permalink
upgrade flutter3.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nrikiji committed Dec 25, 2023
1 parent c402ab4 commit d1d1ef2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.4'
flutter-version: '3.16.5'
channel: 'stable'
- name: Flutter Pub Get
run: flutter pub get
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
run: sudo xcode-select -s '/Applications/Xcode_15.0.app/Contents/Developer'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.4'
flutter-version: '3.16.5'
channel: 'stable'
- name: Flutter Pub Get
run: flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

flutterで毎回行っている作業や設定を予めテンプレート化したプロジェクトです。

flutterのバージョンは3.16.4
flutterのバージョンは3.16.5

主な設定は以下のとおり。
- ビルド設定(Debug or Release)ごとに、アプリ名・アプリID(Bundle Identifier、Application Id)を切り替えることができる
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This project is a pre-template of the tasks and settings that are done every time in flutter.

Flutter version is 3.16.4
Flutter version is 3.16.5

The main settings are as follows
- Switching the app name and app ID (Bundle Identifier, Application Id) for each build setting (Debug or Release).
Expand Down

0 comments on commit d1d1ef2

Please sign in to comment.