@@ -8,12 +8,12 @@ plugins {
88
99android {
1010 namespace ' no.nordicsemi.andorid.ble.test'
11- compileSdk 34
11+ compileSdk 35
1212
1313 defaultConfig {
1414 applicationId " no.nordicsemi.andorid.ble.test"
1515 minSdk 21
16- targetSdk 34
16+ targetSdk 35
1717 versionCode 1
1818 versionName " 1.0"
1919
@@ -49,28 +49,28 @@ android {
4949dependencies {
5050 implementation project(path : ' :ble-ktx' )
5151 // Nordic theme
52- implementation " no.nordicsemi.android.common:ui:2.1 .0"
53- implementation " no.nordicsemi.android.common:theme:2.1 .0"
54- implementation ' no.nordicsemi.android.common:permissions-ble:2.1 .0'
55- implementation ' no.nordicsemi.android.common:navigation:2.1 .0'
52+ implementation " no.nordicsemi.android.common:ui:2.4 .0"
53+ implementation " no.nordicsemi.android.common:theme:2.4 .0"
54+ implementation ' no.nordicsemi.android.common:permissions-ble:2.4 .0'
55+ implementation ' no.nordicsemi.android.common:navigation:2.4 .0'
5656
5757 implementation ' com.github.jeziellago:compose-markdown:0.4.1'
5858
5959 // Jetpack Compose bom
60- implementation platform(' androidx.compose:compose-bom:2024.09.03 ' )
60+ implementation platform(' androidx.compose:compose-bom:2025.02.00 ' )
6161
6262 // Text, Color, Surface
6363 implementation ' androidx.compose.material3:material3'
64- implementation ' androidx.activity:activity-compose:1.9.2 '
65- implementation ' androidx.lifecycle:lifecycle-runtime-compose:2.8.6 '
64+ implementation ' androidx.activity:activity-compose:1.10.1 '
65+ implementation ' androidx.lifecycle:lifecycle-runtime-compose:2.8.7 '
6666
6767 // Preview
6868 debugImplementation " androidx.compose.ui:ui-tooling"
6969 implementation " androidx.compose.ui:ui-tooling-preview"
7070
7171 // Dagger and Hilt
72- implementation ' com.google.dagger:hilt-android:2.52 '
73- kapt ' com.google.dagger:hilt-compiler:2.52 '
72+ implementation ' com.google.dagger:hilt-android:2.54 '
73+ kapt ' com.google.dagger:hilt-compiler:2.54 '
7474 implementation ' androidx.hilt:hilt-navigation-compose:1.2.0'
7575 kapt ' androidx.hilt:hilt-compiler:1.2.0'
7676
0 commit comments