From 449c417663eda6be3c35fde7916e51d86da7fae8 Mon Sep 17 00:00:00 2001 From: jenkins Date: Fri, 10 Sep 2021 20:17:19 +0800 Subject: [PATCH 1/2] 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 f8596ee..49ab2d4 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-alpha20210910v05' - implementation 'com.finogeeks.mop:plugins:2.33.13' + implementation 'com.finogeeks.lib:finapplet:2.33.15' + implementation 'com.finogeeks.mop:plugins:2.33.15' } \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 3dee59f..7d57549 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mop description: A Finogeeks MiniProgram Flutter SDK. -version: '2.33.13' +version: '2.33.15' homepage: https://github.com/finogeeks/mop-flutter-sdk environment: From 848b11bdedb0ef4c3b35995f81161c5a40821d8e Mon Sep 17 00:00:00 2001 From: developer Date: Fri, 10 Sep 2021 20:18:16 +0800 Subject: [PATCH 2/2] release: version:2.33.15 --- ios/mop.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/mop.podspec b/ios/mop.podspec index 46cddbd..4499c9c 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.13' - s.dependency 'FinAppletExt' , '2.33.13' + s.dependency 'FinApplet' , '2.33.15' + s.dependency 'FinAppletExt' , '2.33.15' end