We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4e09df + c32b563 commit 222e251Copy full SHA for 222e251
gradle/nordic.versions.toml
@@ -4,8 +4,8 @@
4
# The version catalog can be updated independently of this project after the release of this library.
5
6
[versions]
7
-blek = "2.0.0-alpha09"
8
-common = "2.6.1"
+blek = "2.0.0-alpha10"
+common = "2.6.2"
9
10
[libraries]
11
# Native Android client for Bluetooth LE.
lib/dfu/build.gradle.kts
@@ -83,5 +83,5 @@ dependencies {
83
implementation(libs.gson)
84
85
// Adds @hide annotation to exclude internal classes from the documentation.
86
- dokkaPlugin("org.jetbrains.dokka:android-documentation-plugin:2.0.0")
+ dokkaPlugin(libs.dokka.android.gradlePlugin)
87
}
0 commit comments