This commit is contained in:
v7lin
2020-07-02 19:51:01 +08:00
parent 048655f46c
commit de0bb0c2f3
2 changed files with 2 additions and 0 deletions

View File

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

View File

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