|
@@ -61,10 +61,12 @@ android {
|
|
|
debug {
|
|
|
versionNameSuffix "-${getCommitCount()}"
|
|
|
applicationIdSuffix ".debug"
|
|
|
+ multiDexEnabled true
|
|
|
}
|
|
|
release {
|
|
|
minifyEnabled true
|
|
|
shrinkResources true
|
|
|
+ multiDexEnabled false
|
|
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
|
|
}
|
|
|
}
|
|
@@ -104,6 +106,8 @@ dependencies {
|
|
|
compile "com.android.support:support-annotations:$support_library_version"
|
|
|
compile "com.android.support:customtabs:$support_library_version"
|
|
|
|
|
|
+ compile 'com.android.support:multidex:1.0.1'
|
|
|
+
|
|
|
compile 'com.google.android.gms:play-services-gcm:9.6.1'
|
|
|
|
|
|
// ReactiveX
|