From 581fa0b06f9c662ad99b16c6cd11f75a7b2756a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 15:45:37 +0000 Subject: [PATCH] chore(deps): bump androidx.core:core-ktx from 1.7.0 to 1.17.0 Bumps androidx.core:core-ktx from 1.7.0 to 1.17.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android-client-sdk/build.gradle | 2 +- kotlin-example/build.gradle | 2 +- openfeature-example/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android-client-sdk/build.gradle b/android-client-sdk/build.gradle index 8beccebf..16a9f8bd 100644 --- a/android-client-sdk/build.gradle +++ b/android-client-sdk/build.gradle @@ -92,7 +92,7 @@ ext { POM_DEVELOPER_NAME='DevCycle SDK Group' POM_DEVELOPER_URL='https://devcycle.com' - androidx_version = '1.15.0' + androidx_version = '1.17.0' retrofit_version = "2.11.0" swagger_annotations_version = '2.2.26' jackson_version = "2.19.1" diff --git a/kotlin-example/build.gradle b/kotlin-example/build.gradle index 1ee9cbe9..cd35e062 100644 --- a/kotlin-example/build.gradle +++ b/kotlin-example/build.gradle @@ -45,7 +45,7 @@ android { } dependencies { - implementation 'androidx.core:core-ktx:1.15.0' + implementation 'androidx.core:core-ktx:1.17.0' implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'com.google.android.material:material:1.12.0' implementation(project(":android-client-sdk")) diff --git a/openfeature-example/build.gradle b/openfeature-example/build.gradle index 8a6a8bd3..702b8d66 100644 --- a/openfeature-example/build.gradle +++ b/openfeature-example/build.gradle @@ -45,7 +45,7 @@ android { } dependencies { - implementation 'androidx.core:core-ktx:1.7.0' + implementation 'androidx.core:core-ktx:1.17.0' implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.5.0' implementation(project(":android-client-sdk"))