diff --git a/android/build.gradle b/android/build.gradle index 46861bc..0d4e8fc 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -91,6 +91,6 @@ kapt { } dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.finogeeks.lib:finapplet:2.24.0-alpha20210331v01' - implementation 'com.finogeeks.mop:plugins:2.23.1' + implementation 'com.finogeeks.lib:finapplet:2.24.3' + implementation 'com.finogeeks.mop:plugins:2.24.3' } \ No newline at end of file diff --git a/example/.flutter-plugins-dependencies b/example/.flutter-plugins-dependencies index e97167e..06950b8 100644 --- a/example/.flutter-plugins-dependencies +++ b/example/.flutter-plugins-dependencies @@ -1 +1 @@ -{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"mop","path":"/Users/kangxuyao/StudioProjects/finclip-flutter-sdk/","dependencies":[]}],"android":[{"name":"mop","path":"/Users/kangxuyao/StudioProjects/finclip-flutter-sdk/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"mop","dependencies":[]}],"date_created":"2021-02-05 15:09:47.735944","version":"1.26.0-18.0.pre.209"} \ No newline at end of file +{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"mop","path":"/Users/beetle/Desktop/finogeeks/gitlab/finosprite/finclip-flutter-sdk/","dependencies":[]}],"android":[{"name":"mop","path":"/Users/beetle/Desktop/finogeeks/gitlab/finosprite/finclip-flutter-sdk/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"mop","dependencies":[]}],"date_created":"2021-04-13 14:41:18.519464","version":"2.0.3"} \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index dcd4fa1..9b6cd84 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -87,7 +87,7 @@ packages: path: ".." relative: true source: path - version: "2.20.13" + version: "2.24.3" path: dependency: transitive description: diff --git a/ios/Classes/MopPlugin.m b/ios/Classes/MopPlugin.m index 6c98551..3f51f4e 100644 --- a/ios/Classes/MopPlugin.m +++ b/ios/Classes/MopPlugin.m @@ -96,8 +96,8 @@ static MopPlugin *_instance; if ([userActivity.activityType isEqualToString:NSUserActivityTypeBrowsingWeb]) { NSURL *url = userActivity.webpageURL; NSLog(@"url = %@",url.absoluteString); + return [[FATClient sharedClient] handleOpenUniversalLinkURL:url]; } - return YES; } diff --git a/ios/mop.podspec b/ios/mop.podspec index 9fa4e0f..4cd4676 100644 --- a/ios/mop.podspec +++ b/ios/mop.podspec @@ -17,7 +17,7 @@ A finclip miniprogram flutter sdk. s.dependency 'Flutter' s.ios.deployment_target = '9.0' - s.dependency 'FinApplet' , '2.24.0-alpha20210406v01' - s.dependency 'FinAppletExt' , '2.24.0-alpha20210406v01' + s.dependency 'FinApplet' , '2.24.3' + s.dependency 'FinAppletExt' , '2.24.3' end diff --git a/pubspec.yaml b/pubspec.yaml index 8f7add9..059695a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mop description: A Finogeeks MiniProgram Flutter SDK. -version: '2.23.5' +version: '2.24.4' homepage: https://github.com/finogeeks/mop-flutter-sdk environment: