Skip to content

Commit 222e251

Browse files
authored
Merge pull request #508 from NordicSemiconductor/dependency
Nordic dependencies updated
2 parents b4e09df + c32b563 commit 222e251

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle/nordic.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# The version catalog can be updated independently of this project after the release of this library.
55

66
[versions]
7-
blek = "2.0.0-alpha09"
8-
common = "2.6.1"
7+
blek = "2.0.0-alpha10"
8+
common = "2.6.2"
99

1010
[libraries]
1111
# Native Android client for Bluetooth LE.

lib/dfu/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ dependencies {
8383
implementation(libs.gson)
8484

8585
// Adds @hide annotation to exclude internal classes from the documentation.
86-
dokkaPlugin("org.jetbrains.dokka:android-documentation-plugin:2.0.0")
86+
dokkaPlugin(libs.dokka.android.gradlePlugin)
8787
}

0 commit comments

Comments
 (0)