Skip to content

Commit 3003b2b

Browse files
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] <[email protected]>
1 parent 0d94b7c commit 3003b2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android-client-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ ext {
9292
POM_DEVELOPER_NAME='DevCycle SDK Group'
9393
POM_DEVELOPER_URL='https://devcycle.com'
9494

95-
androidx_version = '1.15.0'
95+
androidx_version = '1.17.0'
9696
retrofit_version = "2.11.0"
9797
swagger_annotations_version = '2.2.26'
9898
jackson_version = "2.19.1"

kotlin-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
}
4646

4747
dependencies {
48-
implementation 'androidx.core:core-ktx:1.15.0'
48+
implementation 'androidx.core:core-ktx:1.17.0'
4949
implementation 'androidx.appcompat:appcompat:1.7.1'
5050
implementation 'com.google.android.material:material:1.12.0'
5151
implementation(project(":android-client-sdk"))

openfeature-example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
}
4646

4747
dependencies {
48-
implementation 'androidx.core:core-ktx:1.7.0'
48+
implementation 'androidx.core:core-ktx:1.17.0'
4949
implementation 'androidx.appcompat:appcompat:1.4.1'
5050
implementation 'com.google.android.material:material:1.5.0'
5151
implementation(project(":android-client-sdk"))

0 commit comments

Comments
 (0)