Only include Firebase dependency in standard flavor

(cherry picked from commit 10bf430ce6548eb98502e3084d52af80a917f0f2)
This commit is contained in:
arkon 2020-12-31 11:32:06 -05:00 committed by Jobobby04
parent f143ac1572
commit 1d134a94a6

View File

@ -173,7 +173,7 @@ dependencies {
// UI library
implementation("com.google.android.material:material:1.3.0-beta01")
implementation("com.google.firebase:firebase-core:18.0.0")
"standardImplementation"("com.google.firebase:firebase-core:18.0.0")
// ReactiveX
implementation("io.reactivex:rxandroid:1.2.1")