Skip to content

Commit

Permalink
chore: add Firebase dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kimseongyu committed Jul 31, 2024
1 parent 09b905a commit a2266c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
id("kotlin-parcelize")
id("kotlin-kapt")
id("com.google.dagger.hilt.android")
// id("com.google.gms.google-services")
id("com.google.gms.google-services")
}

android {
Expand Down Expand Up @@ -78,6 +78,7 @@ dependencies {
implementation("androidx.test:core-ktx:1.6.1")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3")
implementation("androidx.room:room-runtime:2.6.1")
implementation("androidx.activity:activity:1.8.0")
kapt("androidx.room:room-compiler:2.6.1")
implementation("com.google.dagger:hilt-android:2.48.1")
kapt("com.google.dagger:hilt-compiler:2.48.1")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
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.dagger.hilt.android") version "2.48.1" apply false
// id("com.google.gms.google-services") version "4.4.2" apply false
id("com.google.gms.google-services") version "4.4.2" apply false
}

allprojects {
Expand Down

0 comments on commit a2266c9

Please sign in to comment.