mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-25 02:30:12 +02:00
Only include Firebase dependency in standard flavor
This commit is contained in:
@ -166,7 +166,7 @@ dependencies {
|
|||||||
// UI library
|
// UI library
|
||||||
implementation("com.google.android.material:material:1.3.0-beta01")
|
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
|
// ReactiveX
|
||||||
implementation("io.reactivex:rxandroid:1.2.1")
|
implementation("io.reactivex:rxandroid:1.2.1")
|
||||||
|
Reference in New Issue
Block a user