File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[versions ]
2- androidGradlePlugin = " 8.10.1 "
2+ androidGradlePlugin = " 8.11.0 "
33androidxActivity = " 1.10.1"
44androidxAnnotation = " 1.9.1"
5- androidxComposeBom = " 2025.05 .01" # https://developer.android.com/jetpack/compose/bom/bom-mapping
5+ androidxComposeBom = " 2025.06 .01" # https://developer.android.com/jetpack/compose/bom/bom-mapping
66androidxCore = " 1.16.0"
77androidxCoreSplashscreen = " 1.0.1"
88androidxEspresso = " 3.6.1"
99androidxHiltNavigationCompose = " 1.2.0"
10- androidxLifecycle = " 2.9.0 "
11- androidxNavigation = " 2.9.0 "
10+ androidxLifecycle = " 2.9.1 "
11+ androidxNavigation = " 2.9.1 "
1212androidxTestExt = " 1.2.1"
1313androidxTestRunner = " 1.6.2"
1414androidxTestRules = " 1.6.1"
1515hilt = " 2.56.2"
1616junit4 = " 4.13.2"
17- kotlin = " 2.1.20 "
17+ kotlin = " 2.2.0 "
1818kotlinxCoroutines = " 1.10.2"
19- kotlinxDatetime = " 0.6.2 "
20- kotlinCompose = " 1.6.11 "
21- ksp = " 2.1.20 -2.0.0 "
22- publishPlugin = " 1.3.0 "
19+ kotlinxDatetime = " 0.7.0 "
20+ kotlinCompose = " 1.8.2 "
21+ ksp = " 2.2.0 -2.0.2 "
22+ publishPlugin = " 1.3.1 "
2323leakcanary = " 2.14"
24- mockk = " 1.13.13 "
25- slf4j = " 2.0.16 "
24+ mockk = " 1.14.4 "
25+ slf4j = " 2.0.17 "
2626slf4j-timber = " 1.2"
27- robolectric = " 4.14 .1"
27+ robolectric = " 4.15 .1"
2828
2929# Nordic
3030nordic-log = " 2.5.0"
31- nordic-data = " 0.3 .0"
31+ nordic-data = " 0.4 .0"
3232nordic-common = " 2.4.0"
3333
3434# Plugins
Original file line number Diff line number Diff line change 1- # Tue Oct 15 09:51:16 CEST 2024
1+ # Thu Jul 03 17:34:01 CEST 2025
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
55networkTimeout =10000
66validateDistributionUrl =true
77zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ android {
77 namespace = " no.nordicsemi.kotlin.ble.android.sample"
88 defaultConfig {
99 applicationId = " no.nordicsemi.kotlin.ble.android.sample"
10- resourceConfigurations.add(" en" )
10+ }
11+ androidResources {
12+ localeFilters + = listOf (" en" )
1113 }
1214 flavorDimensions + = listOf (" mode" )
1315 productFlavors {
You can’t perform that action at this time.
0 commit comments