Commit a9935caf by sikang

add fb sdk

parent 289f65fb
...@@ -10,7 +10,7 @@ android { ...@@ -10,7 +10,7 @@ android {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
ndk { ndk {
abiFilters 'armeabi' //,'armeabi-v7a'//, 'x86', 'armeabi-v7a', 'x86_64', 'arm64-v8a' abiFilters 'armeabi-v7a'//,'armeabi',, 'arm64-v8a', 'x86'
} }
} }
buildTypes { buildTypes {
...@@ -129,8 +129,9 @@ dependencies { ...@@ -129,8 +129,9 @@ dependencies {
//魔蝎 //魔蝎
// api 'com.moxie:moxie-client-inter:1.1.6.2' // api 'com.moxie:moxie-client-inter:1.1.6.2'
//facebook SDK //SDK-FACEBOOK-START
// api 'com.facebook.android:facebook-android-sdk:[4,5)' api 'com.facebook.android:facebook-android-sdk:[4,5)'
//SDK-FACEBOOK-END
//AppsFlyer //AppsFlyer
// api 'com.appsflyer:af-android-sdk:4+@aar' // api 'com.appsflyer:af-android-sdk:4+@aar'
......
#!/usr/bin/env python #!/usr/bin/env python3
# -*- coding: UTF-8 -*- # -*- coding: UTF-8 -*-
import os import os
......
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