44# needs to match the version of grpc that grpc-kotlin has a transitive dependency on.
55android-lint = " 31.3.2"
66androidGradlePlugin = " 8.6.1"
7+ androidx-core = " 1.13.1"
78androidx-test-core = " 1.5.0"
89androidx-test-junit = " 1.1.5"
910androidx-test-truth = " 1.6.0"
@@ -16,7 +17,6 @@ browser = "1.3.0"
1617cardview = " 1.0.0"
1718checkerQual = " 2.5.2"
1819constraintlayout = " 2.1.4"
19- coreKtx = " 1.12.0"
2020coroutines = " 1.9.0"
2121dagger = " 2.51" # Don't bump above 2.51 as it causes a bug in AppDistro FeedbackSender JPEG code
2222datastore = " 1.1.7"
@@ -91,8 +91,8 @@ androidx-benchmark-macro = { group = "androidx.benchmark", name = "benchmark-mac
9191androidx-browser = { module = " androidx.browser:browser" , version.ref = " browser" }
9292androidx-cardview = { module = " androidx.cardview:cardview" , version.ref = " cardview" }
9393androidx-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 " }
9696androidx-datastore = { module = " androidx.datastore:datastore" , version.ref = " datastore" }
9797androidx-datastore-preferences = { module = " androidx.datastore:datastore-preferences" , version.ref = " datastore" }
9898androidx-espresso-core = { module = " androidx.test.espresso:espresso-core" , version.ref = " espressoCore" }
0 commit comments