diff --git a/.fvmrc b/.fvmrc index 5c08b3bc9..1e9fb5550 100644 --- a/.fvmrc +++ b/.fvmrc @@ -1,3 +1,3 @@ { - "flutter": "3.38.1" + "flutter": "3.38.2" } \ No newline at end of file diff --git a/pubspec.lock b/pubspec.lock index 5eca9ad2d..54ab5296c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1790,10 +1790,10 @@ packages: dependency: transitive description: name: url_launcher_android - sha256: "1a109ee074e2a3b17ec3f2785248cb3e93c1e4abab878f637bc33267089f05a3" + sha256: "5387615091fb9bcacfe03e140437be22c3a3cd7ac53052ec9a16d2a6a370a994" url: "https://pub.dev" source: hosted - version: "6.3.26" + version: "6.3.27" url_launcher_ios: dependency: transitive description: @@ -2014,4 +2014,4 @@ packages: version: "3.1.3" sdks: dart: ">=3.10.0 <4.0.0" - flutter: "3.38.1" + flutter: "3.38.2" diff --git a/pubspec.yaml b/pubspec.yaml index 0cbce0172..ceefdc46d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,7 +21,7 @@ version: 1.1.5+1 environment: sdk: ">=3.10.0" - flutter: 3.38.1 # update `.fvmrc` config + flutter: 3.38.2 # update `.fvmrc` config # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions