add firebase pref dependency

This commit is contained in:
k0shk0sh 2019-12-28 10:19:21 +01:00
parent ee7ce09eba
commit 455d2b0ee1
3 changed files with 3 additions and 22 deletions

View File

@ -1,22 +0,0 @@
<!--
- Please provide as much as detail and example as you can.
- Add screenshots if appropriate.
- Make sure that you are always on the latest version.
- Search issue before submitting a new one.
Public Slack channel: https://rebrand.ly/fasthub
#### How to submit Issue/Feature Request to *FastHub*
- Make sure the included template is filled ( using FastHub will fill them up automatically ).
- If you planning to report multiple FRs/Issues that falls under the same category ~PLEASE REPORT THEM IN ONE TICKET~.
- Make sure you are always on latest (FastHub/About & Click on version name).
- Make sure the issue doesn't exists, lets keep things clean & tidy here :).
-->
**FastHub Version:** <!-- Don't forget to mention "Enterprise" here if needed. -->
**Android Version:**
**Device Information:**
- MANUFACTURER: <!-- e.g. Yota Devices Limited -->
- BRAND: <!-- e.g. YotaPhone -->
- MODEL: <!-- e.g. YD201 -->
---

View File

@ -5,6 +5,7 @@ apply plugin: 'kotlin-kapt'
apply plugin: 'com.apollographql.android'
apply plugin: 'com.novoda.build-properties'
apply plugin: 'io.fabric'
apply plugin: 'com.google.firebase.firebase-perf'
buildProperties {
notThere {
@ -147,6 +148,7 @@ dependencies {
implementation "com.google.firebase:firebase-inappmessaging:19.0.2"
implementation "com.google.firebase:firebase-messaging:20.1.0"
implementation "com.google.firebase:firebase-database:19.2.0"
implementation 'com.google.firebase:firebase-perf:19.0.4'
implementation "com.google.android.gms:play-services-base:17.1.0"
implementation('com.github.b3er.rxfirebase:firebase-database-kotlin:11.2.0') { transitive = false }
implementation('com.github.b3er.rxfirebase:firebase-database:11.2.0') { transitive = false }

View File

@ -28,6 +28,7 @@ buildscript {
classpath 'com.novoda:gradle-build-properties-plugin:0.4.1'
classpath 'io.fabric.tools:gradle:1.31.2'
classpath 'com.apollographql.apollo:apollo-gradle-plugin:1.2.2'
classpath 'com.google.firebase:perf-plugin:1.3.1'
}
}