@@ -65,40 +65,40 @@ kapt {
6565
6666dependencies {
6767
68- implementation(" androidx.core:core-ktx:1.12 .0" )
68+ implementation(" androidx.core:core-ktx:1.13 .0" )
6969 implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.7.0" )
70- implementation(" androidx.activity:activity-compose:1.8.2 " )
71- implementation(platform(" androidx.compose:compose-bom:2024.03.00 " ))
70+ implementation(" androidx.activity:activity-compose:1.9.0 " )
71+ implementation(platform(" androidx.compose:compose-bom:2024.04.01 " ))
7272 implementation(" androidx.compose.ui:ui" )
7373 implementation(" androidx.compose.ui:ui-graphics" )
7474 implementation(" androidx.compose.ui:ui-tooling-preview" )
7575 implementation(" androidx.compose.material3:material3" )
7676
7777 testImplementation(" junit:junit:4.13.2" )
78- testImplementation(" org.robolectric:robolectric:4.11 .1" )
78+ testImplementation(" org.robolectric:robolectric:4.12 .1" )
7979 testImplementation(" androidx.test:core:1.5.0" )
8080 testImplementation(" com.google.truth:truth:1.4.2" )
8181
8282 androidTestImplementation(" androidx.test.ext:junit:1.1.5" )
8383 androidTestImplementation(" androidx.test.espresso:espresso-core:3.5.1" )
84- androidTestImplementation(platform(" androidx.compose:compose-bom:2024.03.00 " ))
84+ androidTestImplementation(platform(" androidx.compose:compose-bom:2024.04.01 " ))
8585 androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
8686
8787 debugImplementation(" androidx.compose.ui:ui-tooling" )
8888 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
8989
9090 // Hilt
91- val hiltVersion = " 2.51"
91+ val hiltVersion = " 2.51.1 "
9292 implementation(" com.google.dagger:hilt-android:$hiltVersion " )
9393 kapt(" com.google.dagger:hilt-android-compiler:$hiltVersion " )
9494 implementation(kotlin(" reflect" ))
9595
9696 // Google Maps Compose library
97- implementation(" com.google.maps.android:maps-compose:4.3.3 " )
97+ implementation(" com.google.maps.android:maps-compose:4.4.0 " )
9898 // Google Maps Compose utility library
99- implementation(" com.google.maps.android:maps-compose-utils:4.3.3 " )
99+ implementation(" com.google.maps.android:maps-compose-utils:4.4.0 " )
100100 // Google Maps Compose widgets library
101- implementation(" com.google.maps.android:maps-compose-widgets:4.3.3 " )
101+ implementation(" com.google.maps.android:maps-compose-widgets:4.4.0 " )
102102}
103103
104104secrets {
0 commit comments