diff --git a/android/build.gradle b/android/build.gradle index f81f58a..aa9fe49 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -56,6 +56,7 @@ android { dependencies { implementation 'androidx.annotation:annotation:1.0.0' + // v9.12.0 vendorImplementation 'androidx.appcompat:appcompat:1.0.0' vendorImplementation 'com.sina.weibo.sdk:core:9.12.0:openDefaultRelease@aar' } diff --git a/ios/weibo_kit.podspec b/ios/weibo_kit.podspec index 60042a3..ce7dc22 100644 --- a/ios/weibo_kit.podspec +++ b/ios/weibo_kit.podspec @@ -17,7 +17,8 @@ A powerful Flutter plugin allowing developers to auth/share with natvie Android s.public_header_files = 'Classes/**/*.h' s.dependency 'Flutter' s.platform = :ios, '9.0' - + + # v3.2.7 s.static_framework = true s.subspec 'vendor' do |sp| sp.dependency 'Weibo_SDK', '~> 3.2.7'