From 8d7ed58daa965a003453ba8da5dd0f67f52c7ae5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 15:13:08 +0000 Subject: [PATCH] Update dependency androidx.core:core to v1.18.0 --- ble/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ble/build.gradle b/ble/build.gradle index 35ff9eef..1a0a2287 100644 --- a/ble/build.gradle +++ b/ble/build.gradle @@ -34,7 +34,7 @@ android { dependencies { api 'androidx.annotation:annotation:1.9.1' //noinspection GradleDependency - implementation 'androidx.core:core:1.12.0' // Don't upgrade to 1.13.0, as it increases the minSdk to 19. + implementation 'androidx.core:core:1.18.0' // Don't upgrade to 1.13.0, as it increases the minSdk to 19. testImplementation 'junit:junit:4.13.2' }