Skip to content

Commit b7bbe05

Browse files
committed
build(deps): bump androidx.core:core-ktx from 1.12.0 to 1.17.0
Bumps androidx.core:core-ktx from 1.12.0 to 1.17.0. This PR is inspired by dependabot #7254 but merges the version reference for androidx.core:core{-ktx} to keep them in sync
1 parent be8f480 commit b7bbe05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# needs to match the version of grpc that grpc-kotlin has a transitive dependency on.
55
android-lint = "31.3.2"
66
androidGradlePlugin = "8.6.1"
7+
androidx-core = "1.17.0"
78
androidx-test-core = "1.5.0"
89
androidx-test-junit = "1.1.5"
910
androidx-test-truth = "1.6.0"
@@ -16,7 +17,6 @@ browser = "1.3.0"
1617
cardview = "1.0.0"
1718
checkerQual = "2.5.2"
1819
constraintlayout = "2.1.4"
19-
coreKtx = "1.12.0"
2020
coroutines = "1.9.0"
2121
dagger = "2.51" # Don't bump above 2.51 as it causes a bug in AppDistro FeedbackSender JPEG code
2222
datastore = "1.1.3"
@@ -91,8 +91,8 @@ androidx-benchmark-macro = { group = "androidx.benchmark", name = "benchmark-mac
9191
androidx-browser = { module = "androidx.browser:browser", version.ref = "browser" }
9292
androidx-cardview = { module = "androidx.cardview:cardview", version.ref = "cardview" }
9393
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" }
94-
androidx-core = { module = "androidx.core:core", version = "1.13.1" }
95-
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "coreKtx" }
94+
androidx-core = { module = "androidx.core:core", version.ref = "androidx-core" }
95+
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidx-core" }
9696
androidx-datastore = { module = "androidx.datastore:datastore", version.ref = "datastore" }
9797
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastore" }
9898
androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espressoCore" }
@@ -238,4 +238,4 @@ spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
238238
protobuf = { id = "com.google.protobuf", version.ref = "protobufGradlePlugin" }
239239
errorprone = { id = "net.ltgt.errorprone", version.ref = "gradleErrorpronePlugin" }
240240
google-services = { id = "com.google.gms.google-services", version.ref = "googleServices" }
241-
crashlytics = { id = "com.google.firebase.crashlytics", version.ref = "firebaseCrashlyticsGradle" }
241+
crashlytics = { id = "com.google.firebase.crashlytics", version.ref = "firebaseCrashlyticsGradle" }

0 commit comments

Comments
 (0)