Skip to content

Commit c3a3acf

Browse files
authored
build(deps): bump androidx.core:core-ktx from 1.12.0 to 1.13.1 (#7283)
Bumps androidx.core:core-ktx from 1.12.0 to 1.13.1. This PR is inspired by dependabot #7254 but merges the version reference for androidx.core:core{-ktx} to keep them in sync We can't bump above that value since it requires compileSDK to be set to a higher value than the currently set.
1 parent 5fdf024 commit c3a3acf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 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.13.1"
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.7"
@@ -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" }

0 commit comments

Comments
 (0)