From 9ee522c21ee2736541fdcd89f548715b4cbbf32b Mon Sep 17 00:00:00 2001 From: developer Date: Mon, 7 Mar 2022 13:06:58 +0800 Subject: [PATCH] release: version:2.35.13 --- android/build.gradle | 7 +++---- ios/mop.podspec | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 39a5b02..af357b2 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -31,7 +31,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:4.1.0' + classpath 'com.android.tools.build:gradle:3.5.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61" } @@ -68,7 +68,6 @@ android { minSdkVersion 21 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } - buildTypes { release { minifyEnabled false @@ -92,6 +91,6 @@ kapt { } dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.finogeeks.lib:finapplet:2.35.9' - implementation 'com.finogeeks.mop:plugins:2.35.9' + implementation 'com.finogeeks.lib:finapplet:2.35.7' + implementation 'com.finogeeks.mop:plugins:2.35.7' } \ No newline at end of file diff --git a/ios/mop.podspec b/ios/mop.podspec index d46f751..ef8f9ea 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.36.0-alpha20220303v03' - s.dependency 'FinAppletExt' , '2.36.0-alpha20220303v03' + s.dependency 'FinApplet' , '2.35.11' + s.dependency 'FinAppletExt' , '2.35.11' end