From 40b255470062ef81050266bf438a62d01c16892c Mon Sep 17 00:00:00 2001 From: ljyo2o9 Date: Wed, 21 Aug 2024 09:37:52 +0900 Subject: [PATCH 1/2] update --- .../workflows/production-deploy-play-store.yaml | 2 +- pubspec.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/production-deploy-play-store.yaml b/.github/workflows/production-deploy-play-store.yaml index c4accfec..1a438e93 100644 --- a/.github/workflows/production-deploy-play-store.yaml +++ b/.github/workflows/production-deploy-play-store.yaml @@ -17,7 +17,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.16.9' + flutter-version: '3.19.3' channel: 'stable' - name: BaseURL File Settings diff --git a/pubspec.lock b/pubspec.lock index 9f63e97a..c7407f43 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -213,10 +213,10 @@ packages: dependency: transitive description: name: cached_network_image_platform_interface - sha256: ff0c949e323d2a1b52be73acce5b4a7b04063e61414c8ca542dbba47281630a7 + sha256: "35814b016e37fbdc91f7ae18c8caf49ba5c88501813f73ce8a07027a395e2829" url: "https://pub.dev" source: hosted - version: "4.1.0" + version: "4.1.1" cached_network_image_web: dependency: transitive description: @@ -357,18 +357,18 @@ packages: dependency: "direct main" description: name: dio - sha256: e17f6b3097b8c51b72c74c9f071a605c47bcc8893839bd66732457a5ebe73714 + sha256: "0dfb6b6a1979dac1c1245e17cef824d7b452ea29bd33d3467269f9bef3715fb0" url: "https://pub.dev" source: hosted - version: "5.5.0+1" + version: "5.6.0" dio_web_adapter: dependency: transitive description: name: dio_web_adapter - sha256: "36c5b2d79eb17cdae41e974b7a8284fec631651d2a6f39a8a2ff22327e90aeac" + sha256: "33259a9276d6cea88774a0000cfae0d861003497755969c92faa223108620dc8" url: "https://pub.dev" source: hosted - version: "1.0.1" + version: "2.0.0" encrypt: dependency: transitive description: @@ -426,10 +426,10 @@ packages: dependency: transitive description: name: flutter_cache_manager - sha256: a77f77806a790eb9ba0118a5a3a936e81c4fea2b61533033b2b0c3d50bbde5ea + sha256: "400b6592f16a4409a7f2bb929a9a7e38c72cceb8ffb99ee57bbf2cb2cecf8386" url: "https://pub.dev" source: hosted - version: "3.4.0" + version: "3.4.1" flutter_lints: dependency: "direct dev" description: From ed73a9050410d35a81d367b791aab177217104d3 Mon Sep 17 00:00:00 2001 From: ljyo2o9 Date: Wed, 21 Aug 2024 09:38:24 +0900 Subject: [PATCH 2/2] VER :: 0.9.92+121 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 13f312db..0e76a81b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A new Flutter project. publish_to: 'none' -version: 0.9.91+120 +version: 0.9.92+121 environment: sdk: '>=3.0.6 <4.0.0'