diff --git a/ble/build.gradle b/ble/build.gradle index 35ff9eef..1d9a248a 100644 --- a/ble/build.gradle +++ b/ble/build.gradle @@ -32,7 +32,7 @@ android { } dependencies { - api 'androidx.annotation:annotation:1.9.1' + api 'androidx.annotation:annotation:1.10.0' //noinspection GradleDependency implementation 'androidx.core:core:1.12.0' // Don't upgrade to 1.13.0, as it increases the minSdk to 19.