update
This commit is contained in:
parent
755435b127
commit
7f423d50a4
@ -56,6 +56,7 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'androidx.annotation:annotation:1.0.0'
|
implementation 'androidx.annotation:annotation:1.0.0'
|
||||||
|
|
||||||
|
// v9.12.0
|
||||||
vendorImplementation 'androidx.appcompat:appcompat:1.0.0'
|
vendorImplementation 'androidx.appcompat:appcompat:1.0.0'
|
||||||
vendorImplementation 'com.sina.weibo.sdk:core:9.12.0:openDefaultRelease@aar'
|
vendorImplementation 'com.sina.weibo.sdk:core:9.12.0:openDefaultRelease@aar'
|
||||||
}
|
}
|
||||||
|
@ -18,6 +18,7 @@ A powerful Flutter plugin allowing developers to auth/share with natvie Android
|
|||||||
s.dependency 'Flutter'
|
s.dependency 'Flutter'
|
||||||
s.platform = :ios, '9.0'
|
s.platform = :ios, '9.0'
|
||||||
|
|
||||||
|
# v3.2.7
|
||||||
s.static_framework = true
|
s.static_framework = true
|
||||||
s.subspec 'vendor' do |sp|
|
s.subspec 'vendor' do |sp|
|
||||||
sp.dependency 'Weibo_SDK', '~> 3.2.7'
|
sp.dependency 'Weibo_SDK', '~> 3.2.7'
|
||||||
|
Loading…
Reference in New Issue
Block a user