Advertisement
Guest User

Untitled

a guest
Jun 7th, 2016
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.80 KB | None | 0 0
  1. android {
  2. configurations{
  3. all*.exclude module: 'okhttp'
  4. all*.exclude module: 'okio'
  5. }
  6. }
  7. repositories { mavenCentral() }
  8. dependencies {
  9. compile 'android.lib.recaptcha:reCAPTCHA:+'
  10. compile 'com.android.support:multidex:1.0.0'
  11. compile project(':MKLibs')
  12. compile 'com.loopj.android:android-async-http:1.4.9'
  13. compile 'com.facebook.android:facebook-android-sdk:4.6.0'
  14. compile 'com.android.support:appcompat-v7:19.1.0'
  15. compile 'com.jjoe64:graphview:3.1.3'
  16. compile 'com.android.support:gridlayout-v7:20.0.0'
  17. compile 'com.google.android.gms:play-services-auth:8.4.0'
  18. dependencies {
  19. compile project(':intercom-sdk-base')
  20. compile project(':intercom-sdk-gcm')
  21. compile 'com.google.android.gms:play-services-gcm:8.4.0'
  22. }
  23. compile files('libs/easywsdl/ksoap2-android-assembly-3.6.1-jar-with-dependencies.jar')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement