@@ -34,6 +34,7 @@ androidx-xr-compose = "1.0.0-alpha08"
3434androidx-xr-scenecore = " 1.0.0-alpha08"
3535androidxHiltNavigationCompose = " 1.3.0"
3636appcompat = " 1.7.1"
37+ arcorePlayServices = " 1.0.0-alpha08"
3738coil = " 2.7.0"
3839# @keep
3940compileSdk = " 36"
@@ -47,6 +48,7 @@ datastorePreferencesRxjava2 = "1.1.7"
4748datastorePreferencesRxjava3 = " 1.1.7"
4849firebase-bom = " 34.4.0"
4950glide = " 1.0.0-beta08"
51+ google-ar-core = " 1.51.0"
5052google-maps = " 19.2.0"
5153gradle-versions = " 0.53.0"
5254guava = " 33.5.0-jre"
@@ -104,6 +106,7 @@ android-identity-googleid = { module = "com.google.android.libraries.identity.go
104106androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidx-activity-compose" }
105107androidx-activity-ktx = { module = " androidx.activity:activity-ktx" , version.ref = " activityKtx" }
106108androidx-appcompat = { module = " androidx.appcompat:appcompat" , version.ref = " androidx-appcompat" }
109+ androidx-arcore-play-services = { module = " androidx.xr.arcore:arcore-play-services" , version.ref = " arcorePlayServices" }
107110androidx-compose-animation-graphics = { module = " androidx.compose.animation:animation-graphics" , version.ref = " compose-latest" }
108111androidx-compose-bom = { module = " androidx.compose:compose-bom" , version.ref = " androidx-compose-bom" }
109112androidx-compose-foundation = { module = " androidx.compose.foundation:foundation" , version.ref = " compose-latest" }
@@ -202,6 +205,7 @@ firebase-ai = { module = "com.google.firebase:firebase-ai" }
202205firebase-bom = { module = " com.google.firebase:firebase-bom" , version.ref = " firebase-bom" }
203206glide-compose = { module = " com.github.bumptech.glide:compose" , version.ref = " glide" }
204207google-android-material = { module = " com.google.android.material:material" , version.ref = " material" }
208+ google-ar-core = { module = " com.google.ar:core" , version.ref = " google-ar-core" }
205209google-protobuf-kotlin-lite = { group = " com.google.protobuf" , name = " protobuf-kotlin-lite" , version.ref = " protobuf" }
206210googlemaps-compose = { module = " com.google.maps.android:maps-compose" , version.ref = " maps-compose" }
207211googlemaps-maps = { module = " com.google.android.gms:play-services-maps" , version.ref = " google-maps" }
0 commit comments