From 6f24d6baec737e116e13444c33893c976ccf2bd3 Mon Sep 17 00:00:00 2001 From: wwyang <137208408@qq.com> Date: Fri, 12 Jan 2024 18:36:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3sharedPreferences=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wwyang <137208408@qq.com> --- .../shared_preferences/shared_preferences_ohos/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/shared_preferences/shared_preferences_ohos/pubspec.yaml b/packages/shared_preferences/shared_preferences_ohos/pubspec.yaml index 1097d364e..ad35b7fa8 100644 --- a/packages/shared_preferences/shared_preferences_ohos/pubspec.yaml +++ b/packages/shared_preferences/shared_preferences_ohos/pubspec.yaml @@ -13,8 +13,8 @@ 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 +repository: https://gitee.com/openharmony-sig/flutter_packages/tree/master/packages/shared_preferences/shared_preferences_ohos +issue_tracker: https://gitee.com/openharmony-sig/flutter_packages/issues version: 2.2.0 environment: -- Gitee