Skip to content

Commit 2e6fa11

Browse files
Fix Google services setup
1 parent 15607fa commit 2e6fa11

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

app/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/build
1+
/build
2+
google-services.json

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ plugins {
1313
alias(libs.plugins.protobuf)
1414
alias(libs.plugins.navigation.safeargs)
1515
alias(libs.plugins.ksp)
16+
alias(libs.plugins.google)
1617
}
1718

1819
val localProperties = Properties()

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sentryPlugin = "5.8.0"
55
openapiPlugin = "7.14.0"
66
protobufPlugin = "0.9.5"
77
kspPlugin = "2.2.0-2.0.2"
8+
googlePlugin = "4.4.3"
89
androidxComposeBom = "2025.06.01"
910
androidxActivity = "1.10.1"
1011
androidxComposeAnimation = "1.8.3"
@@ -125,3 +126,4 @@ openapi = { id = "org.openapi.generator", version.ref = "openapiPlugin" }
125126
protobuf = { id = "com.google.protobuf", version.ref = "protobufPlugin" }
126127
navigation-safeargs = { id = "androidx.navigation.safeargs.kotlin", version.ref = "androidxNavigation" }
127128
ksp = { id = "com.google.devtools.ksp", version.ref = "kspPlugin" }
129+
google = { id = "com.google.gms.google-services", version.ref = "googlePlugin" }

0 commit comments

Comments
 (0)