From 89270f828309a6126240176601b8252f0cb21967 Mon Sep 17 00:00:00 2001 From: luojian Date: Fri, 14 Oct 2022 19:11:20 +0800 Subject: [PATCH 1/6] no message --- ios/mop.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/mop.podspec b/ios/mop.podspec index 05e17f1..ab8e728 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.38.1' - s.dependency 'FinAppletExt' , '2.38.1' + s.dependency 'FinApplet' , '2.38.2-alpha20221014v13' + s.dependency 'FinAppletExt' , '2.38.2-alpha20221014v13' end From f55477823514431b655f11b3326cbaca15728da3 Mon Sep 17 00:00:00 2001 From: luojian Date: Fri, 14 Oct 2022 21:20:36 +0800 Subject: [PATCH 2/6] no message --- ios/mop.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/mop.podspec b/ios/mop.podspec index ab8e728..4ab1d41 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.38.2-alpha20221014v13' - s.dependency 'FinAppletExt' , '2.38.2-alpha20221014v13' + s.dependency 'FinApplet' , '2.38.3' + s.dependency 'FinAppletExt' , '2.38.3' end From 7868ffbee51a28f7c5fbdd8460613b8d8d6ce373 Mon Sep 17 00:00:00 2001 From: jenkins Date: Sat, 15 Oct 2022 20:29:20 +0800 Subject: [PATCH 3/6] version++ --- android/build.gradle | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index deed181..9e42867 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.38.2-alpha20221008v03' - implementation 'com.finogeeks.mop:plugins:2.38.1' + implementation 'com.finogeeks.lib:finapplet:2.38.2' + implementation 'com.finogeeks.mop:plugins:2.38.2' } \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 028d77a..86fe8d7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mop description: A Finogeeks MiniProgram Flutter SDK. -version: '2.38.1' +version: '2.38.2' homepage: https://github.com/finogeeks/mop-flutter-sdk environment: From e14c27810de248a3eb006ecce49e65ebee91c680 Mon Sep 17 00:00:00 2001 From: jenkins Date: Sun, 16 Oct 2022 00:14:36 +0800 Subject: [PATCH 4/6] version++ --- android/build.gradle | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 9e42867..3fa287a 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.38.2' - implementation 'com.finogeeks.mop:plugins:2.38.2' + implementation 'com.finogeeks.lib:finapplet:2.38.3' + implementation 'com.finogeeks.mop:plugins:2.38.3' } \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 86fe8d7..753b952 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mop description: A Finogeeks MiniProgram Flutter SDK. -version: '2.38.2' +version: '2.38.3' homepage: https://github.com/finogeeks/mop-flutter-sdk environment: From 1aa34626dd804ccf9dd37c2ad330851240ce6a03 Mon Sep 17 00:00:00 2001 From: wangyong Date: Thu, 13 Oct 2022 16:50:58 +0800 Subject: [PATCH 5/6] =?UTF-8?q?feat=EF=BC=9A2.38.2=20stable=20=E5=9B=9E?= =?UTF-8?q?=E5=BD=92=E6=B5=8B=E8=AF=95=E5=8C=85=E9=83=A8=E5=88=86=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/mop.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mop.dart b/lib/mop.dart index dd61dc4..55df1ec 100644 --- a/lib/mop.dart +++ b/lib/mop.dart @@ -634,7 +634,7 @@ class Mop { /// Future setActivityTransitionAnim(Anim anim) async { await _channel - .invokeMethod("setActivityTransitionAnim", {"anim": anim.name}); + .invokeMethod("setActivityTransitionAnim", {"anim": ""}); return; } From 1c262911bad850c5e8c8c037be129a6a01259d72 Mon Sep 17 00:00:00 2001 From: jenkins Date: Sat, 22 Oct 2022 00:47:30 +0800 Subject: [PATCH 6/6] version++ --- android/build.gradle | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 3fa287a..1f9719c 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.38.3' - implementation 'com.finogeeks.mop:plugins:2.38.3' + implementation 'com.finogeeks.lib:finapplet:2.38.4' + implementation 'com.finogeeks.mop:plugins:2.38.4' } \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 753b952..f14301b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mop description: A Finogeeks MiniProgram Flutter SDK. -version: '2.38.3' +version: '2.38.4' homepage: https://github.com/finogeeks/mop-flutter-sdk environment: