mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-26 23:18:17 +03:00
Only include Firebase dependency in standard flavor
This commit is contained in:
parent
67eb4e8180
commit
10bf430ce6
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,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")
|
||||
|
|
Loading…
Reference in a new issue