소스 검색

Only include Firebase dependency in standard flavor

arkon 4 년 전
부모
커밋
10bf430ce6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/build.gradle.kts

+ 1 - 1
app/build.gradle.kts

@@ -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")