From 54e455ceb03fc3e1e02ccff79d7c751cb029caa0 Mon Sep 17 00:00:00 2001 From: wuzhiming Date: Thu, 21 Mar 2024 10:19:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BE=9D=E8=B5=96=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wuzhiming --- permission_handler/pubspec.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/permission_handler/pubspec.yaml b/permission_handler/pubspec.yaml index 47ae10c..cbe10b9 100644 --- a/permission_handler/pubspec.yaml +++ b/permission_handler/pubspec.yaml @@ -28,7 +28,10 @@ dependencies: permission_handler_apple: ^9.1.1 permission_handler_windows: ^0.1.3 permission_handler_ohos: - path: ../permission_handler_ohos + git: + url: https://gitee.com/openharmony-sig/flutter_permission_handler.git + ref: master + path: permission_handler_ohos permission_handler_platform_interface: ^3.11.0 dev_dependencies: -- Gitee