mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Include firebase analytics
This commit is contained in:
parent
968f4a69e8
commit
00981cf4e8
4 changed files with 84 additions and 2 deletions
|
@ -120,6 +120,8 @@ dependencies {
|
|||
|
||||
implementation 'com.android.support:multidex:1.0.2'
|
||||
|
||||
standardImplementation 'com.google.firebase:firebase-core:12.0.1'
|
||||
|
||||
// ReactiveX
|
||||
implementation 'io.reactivex:rxandroid:1.2.1'
|
||||
implementation 'io.reactivex:rxjava:1.3.6'
|
||||
|
@ -153,7 +155,7 @@ dependencies {
|
|||
|
||||
// Job scheduling
|
||||
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
|
||||
implementation 'com.github.gabrielemariotti.changeloglib:changelog:2.1.0'
|
||||
|
@ -254,3 +256,7 @@ kotlin {
|
|||
androidExtensions {
|
||||
experimental = true
|
||||
}
|
||||
|
||||
if (getGradle().getStartParameter().getTaskRequests().toString().contains("Standard")) {
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue