From 6df62a9ceb49b6017b246f5e616a3a1ccf3e6e4b Mon Sep 17 00:00:00 2001 From: Marico Zhong Date: Mon, 18 Dec 2023 16:57:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: mfzhong <279822581@qq.com> --- .../shared_preferences/shared_preferences_ohos/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shared_preferences/shared_preferences_ohos/pubspec.yaml b/packages/shared_preferences/shared_preferences_ohos/pubspec.yaml index 1b973d069..1097d364e 100644 --- a/packages/shared_preferences/shared_preferences_ohos/pubspec.yaml +++ b/packages/shared_preferences/shared_preferences_ohos/pubspec.yaml @@ -15,7 +15,7 @@ name: shared_preferences_ohos description: Ohos implementation of the shared_preferences plugin repository: https://github.com/flutter/packages/tree/main/packages/shared_preferences/shared_preferences_ohos issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+shared_preferences%22 -version: 0.0.1 +version: 2.2.0 environment: sdk: ">=2.18.0 <4.0.0" -- Gitee