Rev 21481 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
apply plugin: 'com.android.application'android {compileSdkVersion 23buildToolsVersion "23.0.3"useLibrary 'org.apache.http.legacy'defaultConfig {applicationId "com.saholic.profittill"minSdkVersion 14targetSdkVersion 23versionCode 38versionName "1.4.3"multiDexEnabled true}buildTypes {release {minifyEnabled falseproguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'zipAlignEnabled true}}}dependencies {compile fileTree(dir: 'libs', include: ['*.jar'])compile project(':library')compile project(':volley')compile 'com.android.support:appcompat-v7:23.4.0'compile 'com.android.support:design:23.4.0'compile 'com.google.android.gms:play-services-analytics:9.0.0'compile 'com.google.android.gms:play-services-plus:9.0.0'compile 'com.google.android.gms:play-services-auth:9.0.0'compile 'com.google.firebase:firebase-messaging:9.0.0'compile 'com.mixpanel.android:mixpanel-android:4.5.1'compile 'com.squareup.picasso:picasso:2.3.2'compile 'com.android.support:support-v4:23.4.0'}apply plugin: 'com.google.gms.google-services'