|
@@ -120,6 +120,8 @@ dependencies {
|
|
|
|
|
|
implementation 'com.android.support:multidex:1.0.2'
|
|
implementation 'com.android.support:multidex:1.0.2'
|
|
|
|
|
|
|
|
+ standardImplementation 'com.google.firebase:firebase-core:12.0.1'
|
|
|
|
+
|
|
// ReactiveX
|
|
// ReactiveX
|
|
implementation 'io.reactivex:rxandroid:1.2.1'
|
|
implementation 'io.reactivex:rxandroid:1.2.1'
|
|
implementation 'io.reactivex:rxjava:1.3.6'
|
|
implementation 'io.reactivex:rxjava:1.3.6'
|
|
@@ -153,7 +155,7 @@ dependencies {
|
|
|
|
|
|
// Job scheduling
|
|
// Job scheduling
|
|
implementation 'com.evernote:android-job:1.2.4'
|
|
implementation 'com.evernote:android-job:1.2.4'
|
|
- implementation 'com.google.android.gms:play-services-gcm:11.8.0'
|
|
|
|
|
|
+ implementation 'com.google.android.gms:play-services-gcm:12.0.1'
|
|
|
|
|
|
// Changelog
|
|
// Changelog
|
|
implementation 'com.github.gabrielemariotti.changeloglib:changelog:2.1.0'
|
|
implementation 'com.github.gabrielemariotti.changeloglib:changelog:2.1.0'
|
|
@@ -254,3 +256,7 @@ kotlin {
|
|
androidExtensions {
|
|
androidExtensions {
|
|
experimental = true
|
|
experimental = true
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+if (getGradle().getStartParameter().getTaskRequests().toString().contains("Standard")) {
|
|
|
|
+ apply plugin: 'com.google.gms.google-services'
|
|
|
|
+}
|