Subversion Repositories SmartDukaan

Rev

Rev 21481 | Rev 23186 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21481 Rev 22827
Line 6... Line 6...
6
    useLibrary 'org.apache.http.legacy'
6
    useLibrary 'org.apache.http.legacy'
7
    defaultConfig {
7
    defaultConfig {
8
        applicationId "com.saholic.profittill"
8
        applicationId "com.saholic.profittill"
9
        minSdkVersion 14
9
        minSdkVersion 14
10
        targetSdkVersion 23
10
        targetSdkVersion 23
11
        versionCode 38
11
        versionCode 48
12
        versionName "1.4.3"
12
        versionName "1.5.3"
13
        multiDexEnabled true
13
        multiDexEnabled true
14
    }
14
    }
15
    buildTypes {
15
    buildTypes {
16
        release {
16
        release {
17
            minifyEnabled false
17
            minifyEnabled false
Line 25... Line 25...
25
    compile fileTree(dir: 'libs', include: ['*.jar'])
25
    compile fileTree(dir: 'libs', include: ['*.jar'])
26
    compile project(':library')
26
    compile project(':library')
27
    compile project(':volley')
27
    compile project(':volley')
28
 
28
 
29
 
29
 
-
 
30
 
30
    compile 'com.android.support:appcompat-v7:23.4.0'
31
    compile 'com.android.support:appcompat-v7:23.4.0'
31
    compile 'com.android.support:design:23.4.0'
32
    compile 'com.android.support:design:23.4.0'
32
    compile 'com.google.android.gms:play-services-analytics:9.0.0'
33
    compile 'com.google.android.gms:play-services-analytics:9.0.0'
33
    compile 'com.google.android.gms:play-services-plus:9.0.0'
34
    compile 'com.google.android.gms:play-services-plus:9.0.0'
34
    compile 'com.google.android.gms:play-services-auth:9.0.0'
35
    compile 'com.google.android.gms:play-services-auth:9.0.0'
35
    compile 'com.google.firebase:firebase-messaging:9.0.0'
36
    compile 'com.google.firebase:firebase-messaging:9.0.0'
36
    compile 'com.mixpanel.android:mixpanel-android:4.5.1'
37
    compile 'com.mixpanel.android:mixpanel-android:4.5.1'
37
    compile 'com.squareup.picasso:picasso:2.3.2'
38
    compile 'com.squareup.picasso:picasso:2.3.2'
38
    compile 'com.android.support:support-v4:23.4.0'
39
    compile 'com.android.support:support-v4:23.4.0'
39
 
-
 
40
}
40
}
41
apply plugin: 'com.google.gms.google-services'
41
apply plugin: 'com.google.gms.google-services'