From baeee642ddb4d62647fa33b41b1e6ebd90af5870 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sat, 22 Jun 2024 20:51:07 +0800 Subject: [PATCH] build 43 --- flutter/pubspec.lock | 6 +++--- flutter/pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flutter/pubspec.lock b/flutter/pubspec.lock index 9c37d4c39..57ea92482 100644 --- a/flutter/pubspec.lock +++ b/flutter/pubspec.lock @@ -857,10 +857,10 @@ packages: dependency: transitive description: name: meta - sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136" + sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04 url: "https://pub.dev" source: hosted - version: "1.12.0" + version: "1.11.0" mime: dependency: transitive description: @@ -1613,5 +1613,5 @@ packages: source: hosted version: "0.2.1" sdks: - dart: ">=3.3.0-0 <4.0.0" + dart: ">=3.2.0 <4.0.0" flutter: ">=3.16.0" diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index d43f0843f..85c6cda11 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # 1.1.9-1 works for android, but for ios it becomes 1.1.91, need to set it to 1.1.9-a.1 for iOS, will get 1.1.9.1, but iOS store not allow 4 numbers -version: 1.2.6+42 +version: 1.2.6+43 environment: sdk: '^3.1.0'