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"))