From 2ad702368b2cc41d549408c8443c74813dd2357a Mon Sep 17 00:00:00 2001 From: jenkins Date: Fri, 27 Aug 2021 14:18:57 +0800 Subject: [PATCH 1/5] 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 3622782..5db7a7e 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.33.5' - implementation 'com.finogeeks.mop:plugins:2.33.5' + implementation 'com.finogeeks.lib:finapplet:2.33.7' + implementation 'com.finogeeks.mop:plugins:2.33.7' } \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 347f6d6..3bace6f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mop description: A Finogeeks MiniProgram Flutter SDK. -version: '2.33.5' +version: '2.33.7' homepage: https://github.com/finogeeks/mop-flutter-sdk environment: From a3f3d30c79ca5a452d28171a590050f0294db147 Mon Sep 17 00:00:00 2001 From: developer Date: Fri, 27 Aug 2021 14:20:12 +0800 Subject: [PATCH 2/5] release: version:2.33.7 --- ios/mop.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/mop.podspec b/ios/mop.podspec index 4fd5f47..98675fa 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.33.5' - s.dependency 'FinAppletExt' , '2.33.5' + s.dependency 'FinApplet' , '2.33.7' + s.dependency 'FinAppletExt' , '2.33.7' end From b8885aa1aa3ed0686cba0dfa2311690f5dbd5c40 Mon Sep 17 00:00:00 2001 From: kangxuyao Date: Fri, 27 Aug 2021 15:20:06 +0800 Subject: [PATCH 3/5] upgrade --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 5db7a7e..c58abb6 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.33.7' + implementation 'com.finogeeks.lib:finapplet:2.34.0-alpha20210827v02' implementation 'com.finogeeks.mop:plugins:2.33.7' } \ No newline at end of file From 4fb9f1b075f04de2a513e49db1702fe7c693874b Mon Sep 17 00:00:00 2001 From: jenkins Date: Fri, 27 Aug 2021 19:28:24 +0800 Subject: [PATCH 4/5] 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 c58abb6..6f91ef7 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.34.0-alpha20210827v02' - implementation 'com.finogeeks.mop:plugins:2.33.7' + implementation 'com.finogeeks.lib:finapplet:2.33.9' + implementation 'com.finogeeks.mop:plugins:2.33.9' } \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 3bace6f..145bbb4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mop description: A Finogeeks MiniProgram Flutter SDK. -version: '2.33.7' +version: '2.33.9' homepage: https://github.com/finogeeks/mop-flutter-sdk environment: From f1132348f94fdde950936588e890eab9855410c0 Mon Sep 17 00:00:00 2001 From: developer Date: Fri, 27 Aug 2021 19:29:46 +0800 Subject: [PATCH 5/5] release: version:2.33.9 --- ios/mop.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/mop.podspec b/ios/mop.podspec index 98675fa..baf7ce4 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.33.7' - s.dependency 'FinAppletExt' , '2.33.7' + s.dependency 'FinApplet' , '2.33.9' + s.dependency 'FinAppletExt' , '2.33.9' end