@@ -104,6 +104,11 @@ benchmarkMacroJunit4 = "1.3.3"
104104baselineprofile = " 1.3.3"
105105profileinstaller = " 1.4.1"
106106
107+ # Google
108+ google-services = " 4.4.2"
109+ firebaseBom = " 33.10.0"
110+ firebaseMessaging = " 24.1.0"
111+
107112[libraries ]
108113androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " androidxCore" }
109114androidx-appcompat = { group = " androidx.appcompat" , name = " appcompat" , version.ref = " androidxAppCompat" }
@@ -194,6 +199,10 @@ paging-common = { group = "androidx.paging", name = "paging-common", version.ref
194199paging-compose = { group = " androidx.paging" , name = " paging-compose" , version.ref = " paging" }
195200androidx-paging-common-android = { group = " androidx.paging" , name = " paging-common-android" , version.ref = " pagingCommonAndroid" }
196201
202+ firebase-analytics = { module = " com.google.firebase:firebase-analytics" }
203+ firebase-bom = { module = " com.google.firebase:firebase-bom" , version.ref = " firebaseBom" }
204+ firebase-messaging = { group = " com.google.firebase" , name = " firebase-messaging-ktx" , version.ref = " firebaseMessaging" }
205+
197206[bundles ]
198207retrofit =[
199208 " retrofit-core" ,
@@ -218,6 +227,7 @@ kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref =
218227dokka = { id = " org.jetbrains.dokka" , version.ref = " dokka" }
219228baselineprofile = { id = " androidx.baselineprofile" , version.ref = " baselineprofile" }
220229compose-compiler = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
230+ google-service = {id = " com.google.gms.google-services" , version.ref = " google-services" }
221231
222232terning-application = { id = " terning.android.application" , version = " unspecified" }
223233terning-compose = { id = " terning.android.compose" , version = " unspecified" }
0 commit comments