Skip to content

Commit

Permalink
chore(#316): google-services 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
hegleB committed Jan 24, 2024
1 parent a56131d commit 4055da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions AOS/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
kotlin("kapt")
id("com.google.dagger.hilt.android")
id("kotlinx-serialization")
id("com.google.gms.google-services")
}

android {
Expand Down
1 change: 1 addition & 0 deletions AOS/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {
id("com.google.dagger.hilt.android") version "2.48" apply false
id("org.jlleitschuh.gradle.ktlint") version "11.6.1" apply false
kotlin("plugin.serialization") version "1.9.0"
id("com.google.gms.google-services") version "4.4.0" apply false
}
buildscript {
repositories {
Expand Down

0 comments on commit 4055da8

Please sign in to comment.