ppamorim

Untitled

Sep 26th, 2014
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. dependencies {
  2.  
  3. compile fileTree(dir: 'libs', include: '*.jar')
  4. compile project(':libraries:facebook')
  5. compile 'commons-codec:commons-codec:1.6'
  6. compile "com.google.android.gms:play-services:4.4.52"
  7. compile 'com.github.leonardoxh:custom-font:+'
  8. compile 'com.nineoldandroids:library:2.4.0'
  9. compile 'com.mobsandgeeks:android-saripaar:1.0.3'
  10. compile 'com.android.support:appcompat-v7:19.1.0'
  11. compile 'com.fasterxml.jackson.core:jackson-annotations:2.4.2'
  12. compile 'com.fasterxml.jackson.core:jackson-core:2.4.2'
  13. compile 'com.fasterxml.jackson.core:jackson-databind:2.4.2'
  14. compile 'com.github.gabrielemariotti.cards:library:1.9.0'
  15. compile 'net.danlew:android.joda:2.3.4'
  16. compile 'com.squareup.okhttp:okhttp:2.0.0'
  17. compile 'com.squareup.okhttp:okhttp-urlconnection:2.0.0'
  18. compile 'org.apache.httpcomponents:httpmime:4.2.5'
  19. compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.3'
  20. compile 'it.sephiroth.android.library.horizontallistview:hlistview:1.2.2'
  21. compile 'com.google.maps.android:android-maps-utils:0.3+'
  22. compile files('src/main/libs/tokenautocomplete-1.1.1.jar')
  23. compile files('src/main/libs/ActiveAndroid.jar')
  24. compile files('src/main/libs/android-async-http-1.4.4.jar')
  25. compile files('src/main/libs/libGoogleAnalyticsServices.jar')
  26. compile files('src/main/libs/jsoup-1.7.3.jar')
  27.  
  28. }
Advertisement
Add Comment
Please, Sign In to add comment