From f694dd41a30d8d745fb43074237e559dd315beec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 15:13:13 +0000 Subject: [PATCH] Update dependency androidx.core:core-ktx to v1.18.0 --- examples/ble-gatt-client/build.gradle | 2 +- examples/ble-gatt-server/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ble-gatt-client/build.gradle b/examples/ble-gatt-client/build.gradle index ce2d0161..d5a5dcf5 100644 --- a/examples/ble-gatt-client/build.gradle +++ b/examples/ble-gatt-client/build.gradle @@ -43,7 +43,7 @@ android { } dependencies { - implementation 'androidx.core:core-ktx:1.17.0' + implementation 'androidx.core:core-ktx:1.18.0' implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' diff --git a/examples/ble-gatt-server/build.gradle b/examples/ble-gatt-server/build.gradle index 3b083575..495577f1 100644 --- a/examples/ble-gatt-server/build.gradle +++ b/examples/ble-gatt-server/build.gradle @@ -43,7 +43,7 @@ android { } dependencies { - implementation 'androidx.core:core-ktx:1.17.0' + implementation 'androidx.core:core-ktx:1.18.0' implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'androidx.constraintlayout:constraintlayout:2.2.1'