@@ -22,14 +22,13 @@ lifecycleRuntime = "2.9.4"
2222mapsKtx = " 5.2.0"
2323material = " 1.13.0"
2424navigation = " 2.9.5"
25- places = " 4.4.1 "
25+ places = " 5.0.0 "
2626play-services-maps = " 19.2.0"
2727rxlifecycleAndroidLifecycleKotlin = " 4.0.2"
2828secretsGradlePlugin = " 2.0.1"
2929volley = " 1.2.1"
3030
3131[libraries ]
32- android-maps-utils = { module = " com.google.maps.android:android-maps-utils" , version.ref = " androidMapsUtils" }
3332appcompat = { group = " androidx.appcompat" , name = " appcompat" , version.ref = " appCompat" }
3433compose-foundation = { group = " androidx.compose.foundation" , name = " foundation" , version.ref = " composeFoundation" }
3534compose-material = { group = " androidx.compose.material" , name = " material" , version.ref = " composeMaterial" }
@@ -41,23 +40,20 @@ junit = { module = "junit:junit", version.ref = "junit" }
4140kotlin-stdlib = { group = " org.jetbrains.kotlin" , name = " kotlin-stdlib" , version.ref = " kotlin" }
4241kotlin-stdlib-jdk8 = { module = " org.jetbrains.kotlin:kotlin-stdlib-jdk8" , version.ref = " kotlin" }
4342lifecycle-runtime-ktx = { group = " androidx.lifecycle" , name = " lifecycle-runtime-ktx" , version.ref = " lifecycleRuntime" }
44- maps-compose = { module = " com.google.maps.android:maps-compose" , version.ref = " mapsCompose" }
4543maps-ktx = { module = " com.google.maps.android:maps-ktx" , version.ref = " mapsKtx" }
4644maps-rx = { module = " com.google.maps.android:maps-rx" , version.ref = " mapsRx" }
4745maps-utils-ktx = { module = " com.google.maps.android:maps-utils-ktx" , version.ref = " mapsKtx" }
4846material = { group = " com.google.android.material" , name = " material" , version.ref = " material" }
4947navigation-fragment-ktx = { group = " androidx.navigation" , name = " navigation-fragment-ktx" , version.ref = " navigation" }
5048navigation-ui-ktx = { group = " androidx.navigation" , name = " navigation-ui-ktx" , version.ref = " navigation" }
5149places = { group = " com.google.android.libraries.places" , name = " places" , version.ref = " places" }
52- places-ktx = { module = " com.google.maps.android:places-ktx" , version.ref = " placesKtx" }
5350places-rx = { module = " com.google.maps.android:places-rx" , version.ref = " mapsRx" }
5451play-services-maps = { module = " com.google.android.gms:play-services-maps" , version.ref = " play-services-maps" }
55- rxjava = { module = " io.reactivex.rxjava3:rxjava" , version.ref = " rxjava" }
5652rxlifecycle-android-lifecycle-kotlin = { module = " com.trello.rxlifecycle4:rxlifecycle-android-lifecycle-kotlin" , version.ref = " rxlifecycleAndroidLifecycleKotlin" }
5753volley = { group = " com.android.volley" , name = " volley" , version.ref = " volley" }
5854
5955[plugins ]
6056android-application = { id = " com.android.application" , version.ref = " agp" }
6157jetbrains-kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin" }
6258kotlin-compose = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
63- secrets-gradle-plugin = { id = " com.google.android.libraries.mapsplatform.secrets-gradle-plugin" , version.ref = " secretsGradlePlugin" }
59+ secrets-gradle-plugin = { id = " com.google.android.libraries.mapsplatform.secrets-gradle-plugin" , version.ref = " secretsGradlePlugin" }
0 commit comments