Skip to content

Commit c6754a0

Browse files
authored
Merge pull request #189 from NordicSemiconductor/dependencies
Dependencies updated
2 parents a91fda7 + 9c54cc8 commit c6754a0

3 files changed

Lines changed: 18 additions & 16 deletions

File tree

gradle/libs.versions.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
[versions]
2-
androidGradlePlugin = "8.10.1"
2+
androidGradlePlugin = "8.11.0"
33
androidxActivity = "1.10.1"
44
androidxAnnotation = "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
66
androidxCore = "1.16.0"
77
androidxCoreSplashscreen = "1.0.1"
88
androidxEspresso = "3.6.1"
99
androidxHiltNavigationCompose = "1.2.0"
10-
androidxLifecycle = "2.9.0"
11-
androidxNavigation = "2.9.0"
10+
androidxLifecycle = "2.9.1"
11+
androidxNavigation = "2.9.1"
1212
androidxTestExt = "1.2.1"
1313
androidxTestRunner = "1.6.2"
1414
androidxTestRules = "1.6.1"
1515
hilt = "2.56.2"
1616
junit4 = "4.13.2"
17-
kotlin = "2.1.20"
17+
kotlin = "2.2.0"
1818
kotlinxCoroutines = "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"
2323
leakcanary = "2.14"
24-
mockk = "1.13.13"
25-
slf4j = "2.0.16"
24+
mockk = "1.14.4"
25+
slf4j = "2.0.17"
2626
slf4j-timber = "1.2"
27-
robolectric = "4.14.1"
27+
robolectric = "4.15.1"
2828

2929
# Nordic
3030
nordic-log = "2.5.0"
31-
nordic-data = "0.3.0"
31+
nordic-data = "0.4.0"
3232
nordic-common = "2.4.0"
3333

3434
# Plugins

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#Tue Oct 15 09:51:16 CEST 2024
1+
#Thu Jul 03 17:34:01 CEST 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=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
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

sample/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)