mirror of
https://github.com/RxReader/tencent_kit.git
synced 2025-05-21 17:26:59 +08:00
update
This commit is contained in:
@ -53,6 +53,7 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'androidx.annotation:annotation:1.0.0'
|
implementation 'androidx.annotation:annotation:1.0.0'
|
||||||
|
|
||||||
|
// v3.3.9
|
||||||
vendorImplementation fileTree(include: ['*.jar'], dir: 'libs')
|
vendorImplementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||||
vendorImplementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
vendorImplementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||||
}
|
}
|
||||||
|
@ -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, '8.0'
|
s.platform = :ios, '8.0'
|
||||||
|
|
||||||
|
// v3.3.9
|
||||||
s.subspec 'vendor' do |sp|
|
s.subspec 'vendor' do |sp|
|
||||||
sp.vendored_frameworks = 'Libraries/*.framework'
|
sp.vendored_frameworks = 'Libraries/*.framework'
|
||||||
sp.frameworks = 'SystemConfiguration', 'WebKit'
|
sp.frameworks = 'SystemConfiguration', 'WebKit'
|
||||||
|
Reference in New Issue
Block a user