@@ -107,11 +107,11 @@ android {
107
107
108
108
109
109
dependencies {
110
- coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.0.3 " )
110
+ coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.1.5 " )
111
111
112
- implementation(platform(" com.google.firebase:firebase-bom:26.2 .0" ))
112
+ implementation(platform(" com.google.firebase:firebase-bom:33.10 .0" ))
113
113
implementation(" com.google.firebase:firebase-analytics-ktx" )
114
- implementation(" androidx.activity:activity-compose:1.7.2 " )
114
+ implementation(" androidx.activity:activity-compose:1.10.1 " )
115
115
116
116
implementation(platform(libs.androidx.compose.bom))
117
117
implementation(libs.androidx.compose.foundation)
@@ -136,20 +136,20 @@ dependencies {
136
136
implementation(libs.koin.android)
137
137
implementation(libs.koin.androidx.compose)
138
138
139
- implementation(" io.github.pushpalroy:jetlime:2 .0.1" )
139
+ implementation(" io.github.pushpalroy:jetlime:3 .0.1" )
140
140
141
141
// TODO: Added this as a temporary fix for a crash in ProgressIndicator, can be removed later.
142
142
// Issue: https://github.com/JetBrains/compose-multiplatform/issues/4157
143
- implementation(" androidx.compose.material3:material3-android:1.2 .1" )
143
+ implementation(" androidx.compose.material3:material3-android:1.3 .1" )
144
144
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.7.1" )
145
- implementation(" com.google.maps.android:android-maps-utils:2.3.0 " )
145
+ implementation(" com.google.maps.android:android-maps-utils:3.11.1 " )
146
146
147
- implementation(" com.google.android.gms:play-services-location:16.0 .0" )
148
- implementation(" com.google.android.gms:play-services-maps:18.0.2 " )
147
+ implementation(" com.google.android.gms:play-services-location:21.3 .0" )
148
+ implementation(" com.google.android.gms:play-services-maps:19.1.0 " )
149
149
150
150
testImplementation(" junit:junit:4.13.2" )
151
- androidTestImplementation(" androidx.test.ext:junit:1.1.5 " )
152
- androidTestImplementation(" androidx.test.espresso:espresso-core:3.5 .1" )
151
+ androidTestImplementation(" androidx.test.ext:junit:1.2.1 " )
152
+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.6 .1" )
153
153
154
154
implementation(project(" :SharedCode" ))
155
155
}
0 commit comments