From d1d1ef2ad46b94dbebace7cb143eec6d7267c983 Mon Sep 17 00:00:00 2001 From: nrikiji Date: Mon, 25 Dec 2023 13:44:07 +0900 Subject: [PATCH] upgrade flutter3.16.5 --- .github/workflows/release.yml | 4 ++-- README.ja.md | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 536d1cc..6f715f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 diff --git a/README.ja.md b/README.ja.md index c2a48de..c7904d0 100644 --- a/README.ja.md +++ b/README.ja.md @@ -2,7 +2,7 @@ flutterで毎回行っている作業や設定を予めテンプレート化したプロジェクトです。 -flutterのバージョンは3.16.4 +flutterのバージョンは3.16.5 主な設定は以下のとおり。 - ビルド設定(Debug or Release)ごとに、アプリ名・アプリID(Bundle Identifier、Application Id)を切り替えることができる diff --git a/README.md b/README.md index 1647d8f..60e2c36 100644 --- a/README.md +++ b/README.md @@ -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).