This commit is contained in:
v7lin 2020-07-02 19:56:00 +08:00
parent 755435b127
commit 7f423d50a4
2 changed files with 3 additions and 1 deletions

View File

@ -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'
}

View File

@ -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'