Skip to content

Commit

Permalink
build: Firebase의존성 추가 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Namyunsuk authored Aug 5, 2024
1 parent bdbcf7e commit 85fdbe2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins {
id("org.jetbrains.kotlin.android")
id("de.mannodermaus.android-junit5") version "1.10.0.0"
id("kotlin-kapt")
id("com.google.gms.google-services")
kotlin("plugin.serialization") version "2.0.0"
}

Expand Down Expand Up @@ -144,4 +145,8 @@ dependencies {

// WebView
implementation("androidx.webkit:webkit:1.9.0")

// Firebase
implementation(platform("com.google.firebase:firebase-bom:33.1.2"))
implementation("com.google.firebase:firebase-analytics")
}
1 change: 1 addition & 0 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ plugins {
id("com.android.application") version "8.3.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
id("org.jlleitschuh.gradle.ktlint") version "12.1.0" apply false
id("com.google.gms.google-services") version "4.4.2" apply false
}

allprojects {
Expand Down

0 comments on commit 85fdbe2

Please sign in to comment.