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'