| 23410 |
tejbeer |
1 |
apply plugin: 'com.android.application'
|
|
|
2 |
|
|
|
3 |
android {
|
|
|
4 |
compileSdkVersion 23
|
|
|
5 |
buildToolsVersion "23.0.3"
|
|
|
6 |
useLibrary 'org.apache.http.legacy'
|
|
|
7 |
defaultConfig {
|
|
|
8 |
applicationId "com.saholic.profittill"
|
|
|
9 |
minSdkVersion 14
|
|
|
10 |
targetSdkVersion 23
|
|
|
11 |
versionCode 51
|
|
|
12 |
versionName "1.5.6"
|
|
|
13 |
multiDexEnabled true
|
|
|
14 |
}
|
|
|
15 |
buildTypes {
|
|
|
16 |
release {
|
|
|
17 |
minifyEnabled false
|
|
|
18 |
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
|
|
19 |
zipAlignEnabled true
|
|
|
20 |
}
|
|
|
21 |
}
|
|
|
22 |
}
|
|
|
23 |
|
|
|
24 |
dependencies {
|
|
|
25 |
compile fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
26 |
compile project(':library')
|
|
|
27 |
compile project(':volley')
|
|
|
28 |
|
|
|
29 |
|
|
|
30 |
|
|
|
31 |
compile 'com.android.support:appcompat-v7:23.4.0'
|
|
|
32 |
compile 'com.android.support:design:23.4.0'
|
|
|
33 |
compile 'com.google.android.gms:play-services-analytics:9.0.0'
|
|
|
34 |
compile 'com.google.android.gms:play-services-plus:9.0.0'
|
|
|
35 |
compile 'com.google.android.gms:play-services-auth:9.0.0'
|
|
|
36 |
compile 'com.google.firebase:firebase-messaging:9.0.0'
|
|
|
37 |
compile 'com.mixpanel.android:mixpanel-android:4.5.1'
|
|
|
38 |
compile 'com.squareup.picasso:picasso:2.3.2'
|
|
|
39 |
compile 'com.android.support:support-v4:23.4.0'
|
|
|
40 |
}
|
|
|
41 |
apply plugin: 'com.google.gms.google-services'
|