Subversion Repositories SmartDukaan

Rev

Rev 21218 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21218 Rev 22380
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 40
12
        versionName "1.4.3"
12
        versionName "1.4.5"
13
        multiDexEnabled true
13
        multiDexEnabled true
14
    }
14
    }
15
    buildTypes {
15
    buildTypes {
16
        release {
16
        release {
17
            minifyEnabled false
17
            minifyEnabled false
Line 21... Line 21...
21
    }
21
    }
22
}
22
}
23
 
23
 
24
dependencies {
24
dependencies {
25
    compile fileTree(dir: 'libs', include: ['*.jar'])
25
    compile fileTree(dir: 'libs', include: ['*.jar'])
-
 
26
    compile project(':library')
-
 
27
    compile project(':volley')
-
 
28
 
-
 
29
 
26
    compile 'com.android.support:appcompat-v7:23.0.1'
30
    compile 'com.android.support:appcompat-v7:23.4.0'
27
    compile 'com.android.support:design:23.0.1'
31
    compile 'com.android.support:design:23.4.0'
28
    compile 'com.google.android.gms:play-services-analytics:9.0.0'
32
    compile 'com.google.android.gms:play-services-analytics:9.0.0'
29
    compile 'com.google.android.gms:play-services-plus:9.0.0'
33
    compile 'com.google.android.gms:play-services-plus:9.0.0'
30
    compile 'com.google.android.gms:play-services-auth:9.0.0'
34
    compile 'com.google.android.gms:play-services-auth:9.0.0'
31
    compile "com.google.firebase:firebase-messaging:9.0.0"
35
    compile 'com.google.firebase:firebase-messaging:9.0.0'
32
    compile 'com.facebook.android:facebook-android-sdk:3.20.0'
36
    compile 'com.facebook.android:facebook-android-sdk:3.20.0'
33
    compile 'com.mixpanel.android:mixpanel-android:4.5.1'
37
    compile 'com.mixpanel.android:mixpanel-android:4.5.1'
34
    compile 'com.squareup.picasso:picasso:2.3.2'
38
    compile 'com.squareup.picasso:picasso:2.3.2'
35
    compile project(':library')
39
    compile 'com.android.support:support-v4:23.4.0'
36
    compile project(':volley')
-
 
37
 
-
 
38
 
-
 
39
}
40
}
40
apply plugin: 'com.google.gms.google-services'
41
apply plugin: 'com.google.gms.google-services'