Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- buildscript {
- repositories {
- maven { url 'http://download.crashlytics.com/maven' }
- }
- dependencies {
- classpath 'com.crashlytics.tools.gradle:crashlytics-gradle:1.+'
- }
- }
- apply plugin: 'android'
- apply plugin: 'crashlytics'
- repositories {
- maven { url 'http://download.crashlytics.com/maven' }
- }
- android {
- compileSdkVersion 21
- buildToolsVersion '21.0.0'
- useOldManifestMerger true
- defaultConfig {
- minSdkVersion 14
- targetSdkVersion 21
- versionCode 4
- versionName "1.04"
- }
- buildTypes {
- release {
- runProguard false
- proguardFiles 'proguard-rules.pro'
- }
- }
- packagingOptions {
- exclude 'META-INF/DEPENDENCIES.txt'
- exclude 'META-INF/LICENSE.txt'
- exclude 'META-INF/NOTICE.txt'
- exclude 'META-INF/NOTICE'
- exclude 'META-INF/LICENSE'
- exclude 'META-INF/DEPENDENCIES'
- exclude 'META-INF/notice.txt'
- exclude 'META-INF/license.txt'
- exclude 'META-INF/dependencies.txt'
- exclude 'META-INF/LGPL2.1'
- }
- }
- dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile project(':libraries:facebook')
- compile 'commons-codec:commons-codec:1.9'
- compile 'com.google.android.gms:play-services:6.1.11'
- compile 'com.github.leonardoxh:custom-font:+'
- compile 'com.nineoldandroids:library:2.4.0'
- compile 'com.mobsandgeeks:android-saripaar:1.0.3'
- compile 'com.android.support:appcompat-v7:21.0.+'
- 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 'net.danlew:android.joda:2.3.4'
- compile 'com.squareup.okhttp:okhttp:2.0.0'
- compile 'com.squareup.okhttp:okhttp-urlconnection:2.0.0'
- // compile 'org.apache.httpcomponents:httpmime:4.2.5'
- compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.3'
- compile 'it.sephiroth.android.library.horizontallistview:hlistview:1.2.2'
- compile 'com.google.maps.android:android-maps-utils:0.3.1'
- compile 'com.crashlytics.android:crashlytics:1.+'
- compile files('src/main/libs/ActiveAndroid.jar')
- compile files('src/main/libs/httpmime-4.3.5.jar')
- compile files('src/main/libs/android-async-http-1.4.4.jar')
- compile files('src/main/libs/libGoogleAnalyticsServices.jar')
- compile files('src/main/libs/jsoup-1.7.3.jar')
- }
Advertisement
Add Comment
Please, Sign In to add comment