Skip to content

Commit 19c9053

Browse files
committed
✨:: app단 build.gradle.kts google service dependencies 추가
1 parent 5363b18 commit 19c9053

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@ dependencies {
2727
implementation(project(":feature:score-mission"))
2828
implementation(project(":feature:shop"))
2929
implementation(libs.junit)
30+
implementation(libs.google.services)
31+
implementation(libs.play.services.auth)
3032
androidTestImplementation(libs.androidx.test.ext)
3133
}

0 commit comments

Comments
 (0)