Commit c6687c58 by sikang

AccountKit 升级版本

parent 1d8618ee
...@@ -44,9 +44,6 @@ repositories { ...@@ -44,9 +44,6 @@ repositories {
dependencies { dependencies {
api fileTree(dir: 'libs', include: ['*.jar']) api fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
// noinspection GradleCompatible
// androidTestImplementation 'com.android.support.test:runner:1.0.2'
// androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
// multidex // multidex
api 'com.android.support:multidex:1.0.3' api 'com.android.support:multidex:1.0.3'
...@@ -68,9 +65,7 @@ dependencies { ...@@ -68,9 +65,7 @@ dependencies {
//同盾 //同盾
//SDK-TD-START
compileOnly(name: 'android_spirit-20190220-2.0.0.1', ext: 'aar') compileOnly(name: 'android_spirit-20190220-2.0.0.1', ext: 'aar')
//SDK-TD-END
api(name: 'libfbref-release', ext: 'aar') api(name: 'libfbref-release', ext: 'aar')
...@@ -119,21 +114,8 @@ dependencies { ...@@ -119,21 +114,8 @@ dependencies {
// api 'com.google.android.gms:play-services-ads:15.0.1' // api 'com.google.android.gms:play-services-ads:15.0.1'
//facebook accountKit SDK //facebook accountKit SDK
api 'com.facebook.android:account-kit-sdk:4.37.0' api 'com.facebook.android:account-kit-sdk:5.+'
// api 'com.facebook.android:account-kit-sdk:5.+'
//SDK-CHANNEL-START
// //kochava
// api 'com.kochava.base:tracker:3.6.0'
// //Optional: Instant App Status Collection
// api 'com.google.android.instantapps:instantapps:1.1.0'
// //mixpanel
// api 'com.mixpanel.android:mixpanel-android:5.+'
//SDK-CHANNEL-END
//魔蝎
// api 'com.moxie:moxie-client-inter:1.1.6.2'
//SDK-FACEBOOK-START //SDK-FACEBOOK-START
api 'com.facebook.android:facebook-android-sdk:[4,5)' api 'com.facebook.android:facebook-android-sdk:[4,5)'
...@@ -142,8 +124,6 @@ dependencies { ...@@ -142,8 +124,6 @@ dependencies {
//AppsFlyer //AppsFlyer
// api 'com.appsflyer:af-android-sdk:4+@aar' // api 'com.appsflyer:af-android-sdk:4+@aar'
//zendesk //zendesk
api group: 'com.zendesk', name: 'support', version: '2.1.1' api group: 'com.zendesk', name: 'support', version: '2.1.1'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment