From 857672fb4b7f320a7a33bf5bcda705629c9bd48a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 03:07:24 +0000 Subject: [PATCH] Update dependency androidx.annotation:annotation to v1.10.0 --- ble/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.