Skip to content

Commit

Permalink
Upgrade 3.19.5 and pacakges.
Browse files Browse the repository at this point in the history
  • Loading branch information
nrikiji committed Mar 30, 2024
1 parent 07d8dc9 commit a587853
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.19.4'
flutter-version: '3.19.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.19.4'
flutter-version: '3.19.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.19.4
flutterのバージョンは3.19.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.19.4
Flutter version is 3.19.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
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -331,5 +331,5 @@ packages:
source: hosted
version: "0.5.1"
sdks:
dart: ">=3.3.2 <4.0.0"
dart: ">=3.3.3 <4.0.0"
flutter: ">=3.3.0"
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.57+57

environment:
sdk: '>=3.3.2 <4.0.0'
sdk: '>=3.3.3 <4.0.0'

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down

0 comments on commit a587853

Please sign in to comment.