|
4 | 4 | # needs to match the version of grpc that grpc-kotlin has a transitive dependency on. |
5 | 5 | android-lint = "31.3.2" |
6 | 6 | androidGradlePlugin = "8.3.2" |
7 | | -androidx-test-core = "1.5.0" |
8 | | -androidx-test-junit = "1.1.5" |
| 7 | +androidx-test-core="1.5.0" |
| 8 | +androidx-test-junit="1.1.5" |
9 | 9 | androidx-test-truth = "1.5.0" |
10 | 10 | appcompat = "1.7.0" |
11 | 11 | autoValueParcel = "0.2.6" |
@@ -99,6 +99,7 @@ androidx-cardview = { module = "androidx.cardview:cardview", version.ref = "card |
99 | 99 | androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" } |
100 | 100 | androidx-core = { module = "androidx.core:core", version = "1.13.1" } |
101 | 101 | androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "coreKtx" } |
| 102 | +androidx-datastore = { module = "androidx.datastore:datastore", version.ref = "datastore" } |
102 | 103 | androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastore" } |
103 | 104 | androidx-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espressoCore" } |
104 | 105 | androidx-espresso-idling-resource = { module = "androidx.test.espresso:espresso-idling-resource", version.ref = "espressoCore" } |
@@ -138,7 +139,7 @@ grpc-protobuf-lite = { module = "io.grpc:grpc-protobuf-lite", version.ref = "grp |
138 | 139 | grpc-protoc-gen-java = { module = "io.grpc:protoc-gen-grpc-java", version.ref = "grpc" } |
139 | 140 | grpc-protoc-gen-kotlin = { module = "io.grpc:protoc-gen-grpc-kotlin", version.ref = "grpcKotlin" } |
140 | 141 | grpc-stub = { module = "io.grpc:grpc-stub", version.ref = "grpc" } |
141 | | -grpc-testing = { module = "io.grpc:grpc-testing", version.ref = "grpc" } |
| 142 | +grpc-testing = { module= "io.grpc:grpc-testing", version.ref="grpc" } |
142 | 143 | hamcrest = { module = "org.hamcrest:hamcrest", version.ref = "hamcrest" } |
143 | 144 | hamcrest-junit = { module = "org.hamcrest:hamcrest-junit", version.ref = "hamcrestJunit" } |
144 | 145 | hamcrest-library = { module = "org.hamcrest:hamcrest-library", version.ref = "hamcrestLibrary" } |
|
0 commit comments