From fffef1c802e45296d31f6738175dbc3dcd016805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 15:07:47 +0000 Subject: [PATCH] chore(deps): bump androidx.core:core-ktx from 1.15.0 to 1.16.0 Bumps androidx.core:core-ktx from 1.15.0 to 1.16.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.16.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 511feb74..19e1b122 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.16.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..21c85ba1 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.16.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 af507062..ab09476d 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.16.0' implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.5.0' implementation(project(":android-client-sdk"))