@@ -53,8 +53,8 @@ dependencies {
5353 implementation project(path : ' :ble-ktx' )
5454
5555 // Dagger and Hilt
56- implementation ' com.google.dagger:hilt-android:2.54 '
57- kapt ' com.google.dagger:hilt-compiler:2.54 '
56+ implementation ' com.google.dagger:hilt-android:2.56.2 '
57+ kapt ' com.google.dagger:hilt-compiler:2.56.2 '
5858 implementation ' androidx.hilt:hilt-navigation-compose:1.2.0'
5959 kapt ' androidx.hilt:hilt-compiler:1.2.0'
6060
@@ -65,7 +65,7 @@ dependencies {
6565 implementation ' no.nordicsemi.android.common:navigation:2.4.0'
6666
6767 // Jetpack Compose bom
68- implementation platform(' androidx.compose:compose-bom:2025.02 .00' )
68+ implementation platform(' androidx.compose:compose-bom:2025.06 .00' )
6969
7070 // Text, color, Surface
7171 implementation " androidx.compose.material3:material3"
@@ -77,8 +77,8 @@ dependencies {
7777 implementation ' androidx.compose.ui:ui-tooling-preview'
7878
7979 // Retrofit
80- implementation ' com.squareup.retrofit2:retrofit:2.11 .0'
81- implementation ' com.squareup.retrofit2:converter-moshi:2.11 .0'
80+ implementation ' com.squareup.retrofit2:retrofit:3.0 .0'
81+ implementation ' com.squareup.retrofit2:converter-moshi:3.0 .0'
8282 implementation ' com.squareup.okhttp3:okhttp:4.12.0'
8383 // https://square.github.io/okhttp/changelog/
8484 implementation ' com.squareup.okhttp3:logging-interceptor:4.12.0'
0 commit comments