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