Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- compile project(':libraries:core')
- compile project(':libraries:facebook')
- compile 'com.google.android.gms:play-services-base:6.1.71'
- compile 'com.google.android.gms:play-services-maps:6.5.87'
- compile 'com.google.android.gms:play-services-location:6.5.87'
- compile 'com.jakewharton:butterknife:6.0.0'
- compile 'de.greenrobot:eventbus:2.4.0'
- compile 'org.parceler:parceler-api:0.2.16-SNAPSHOT'
- provided 'org.parceler:parceler:0.2.16-SNAPSHOT'
- compile 'com.android.support:appcompat-v7:21.0.+'
- compile 'commons-codec:commons-codec:1.9'
- compile 'com.fasterxml.jackson.core:jackson-annotations:2.4.2'
- compile 'com.fasterxml.jackson.core:jackson-core:2.4.2'
- compile 'com.fasterxml.jackson.core:jackson-databind:2.4.2'
- compile 'com.michaelpardo:activeandroid:3.1.0-SNAPSHOT'
- compile 'com.mobsandgeeks:android-saripaar:2.0-SNAPSHOT'
- compile 'com.squareup.okhttp:okhttp:2.1.0'
- compile 'com.squareup.okhttp:okhttp-urlconnection:2.1.0'
- compile 'com.squareup.picasso:picasso:2.4.0'
- compile 'com.github.mrengineer13:snackbar:0.5.0'
- compile 'com.rengwuxian.materialedittext:library:1.7.1'
- compile 'com.sothree.slidinguppanel:library:2.0.2'
- compile 'com.makeramen:roundedimageview:1.5.0'
- compile 'pl.droidsonroids.gif:android-gif-drawable:1.1.+'
- compile 'com.github.nirhart:parallaxscroll:1.0'
- compile 'com.nineoldandroids:library:2.4.0'
- compile 'com.daimajia.easing:library:1.0.1@aar'
- compile 'com.daimajia.androidanimations:library:1.1.3@aar'
- compile ('com.google.maps.android:android-maps-utils:0.3.2') {
- exclude group: "com.google.android.gms"
- }
- compile('de.keyboardsurfer.android.widget:crouton:1.8.5@aar') {
- // exclusion is not necessary, but generally a good idea.
- exclude group: 'com.google.android', module: 'support-v4'
- }
- compile files('src/main/libs/SmartAdServer-Android-SDK-5.0.1.jar')
- compile 'com.crashlytics.android:crashlytics:1.+'
Advertisement
Add Comment
Please, Sign In to add comment