ppamorim

Untitled

Jan 26th, 2015
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 1.99 KB | None | 0 0
  1. compile project(':libraries:core')
  2.     compile project(':libraries:facebook')
  3.  
  4.     compile 'com.google.android.gms:play-services-base:6.1.71'
  5.     compile 'com.google.android.gms:play-services-maps:6.5.87'
  6.     compile 'com.google.android.gms:play-services-location:6.5.87'
  7.  
  8.     compile 'com.jakewharton:butterknife:6.0.0'
  9.     compile 'de.greenrobot:eventbus:2.4.0'
  10.  
  11.     compile 'org.parceler:parceler-api:0.2.16-SNAPSHOT'
  12.     provided 'org.parceler:parceler:0.2.16-SNAPSHOT'
  13.     compile 'com.android.support:appcompat-v7:21.0.+'
  14.     compile 'commons-codec:commons-codec:1.9'
  15.     compile 'com.fasterxml.jackson.core:jackson-annotations:2.4.2'
  16.     compile 'com.fasterxml.jackson.core:jackson-core:2.4.2'
  17.     compile 'com.fasterxml.jackson.core:jackson-databind:2.4.2'
  18.     compile 'com.michaelpardo:activeandroid:3.1.0-SNAPSHOT'
  19.     compile 'com.mobsandgeeks:android-saripaar:2.0-SNAPSHOT'
  20.     compile 'com.squareup.okhttp:okhttp:2.1.0'
  21.     compile 'com.squareup.okhttp:okhttp-urlconnection:2.1.0'
  22.     compile 'com.squareup.picasso:picasso:2.4.0'
  23.     compile 'com.github.mrengineer13:snackbar:0.5.0'
  24.     compile 'com.rengwuxian.materialedittext:library:1.7.1'
  25.     compile 'com.sothree.slidinguppanel:library:2.0.2'
  26.     compile 'com.makeramen:roundedimageview:1.5.0'
  27.     compile 'pl.droidsonroids.gif:android-gif-drawable:1.1.+'
  28.  
  29.     compile 'com.github.nirhart:parallaxscroll:1.0'
  30.  
  31.     compile 'com.nineoldandroids:library:2.4.0'
  32.     compile 'com.daimajia.easing:library:1.0.1@aar'
  33.     compile 'com.daimajia.androidanimations:library:1.1.3@aar'
  34.  
  35.     compile ('com.google.maps.android:android-maps-utils:0.3.2') {
  36.         exclude group: "com.google.android.gms"
  37.     }
  38.  
  39.     compile('de.keyboardsurfer.android.widget:crouton:1.8.5@aar') {
  40.         // exclusion is not necessary, but generally a good idea.
  41.         exclude group: 'com.google.android', module: 'support-v4'
  42.     }
  43.  
  44.     compile files('src/main/libs/SmartAdServer-Android-SDK-5.0.1.jar')
  45.     compile 'com.crashlytics.android:crashlytics:1.+'
Advertisement
Add Comment
Please, Sign In to add comment