@@ -11,7 +11,7 @@ kotlinx-serialization-json = "1.7.3"
1111kotlinx-serialization-converter = " 1.0.0"
1212kotlinx-coroutines = " 1.10.1"
1313kotlinx-datetime = " 0.6.1"
14- ksp = " 2.0.21 -1.0.27 "
14+ ksp = " 2.1.0 -1.0.29 "
1515
1616# android
1717corektx = " 1.15.0"
@@ -54,6 +54,7 @@ robolectric = "4.14.1"
5454androidx-uiautomator = " 2.3.0-alpha03"
5555androidx-test = " 1.6.2"
5656androidx-test-core = " 1.6.1"
57+ androidx-test-truth = " 1.6.0"
5758espressoIntents = " 3.6.1"
5859runner = " 1.5.2"
5960
@@ -157,7 +158,7 @@ androidx-test-espresso = { module = "androidx.test.espresso:espresso-core", vers
157158androidx-test-core = { module = " androidx.test:core" , version.ref = " androidx-test-core" }
158159androidx-test-espresso-intents = { module = " androidx.test.espresso:espresso-intents" , version.ref = " espressoIntents" }
159160androidx-test-rules = { module = " androidx.test:rules" , version.ref = " androidx-test-core" }
160- androidx-test-truth = { module = " androidx.test.ext:truth" , version.ref = " androidx-test-core " }
161+ androidx-test-truth = { module = " androidx.test.ext:truth" , version.ref = " androidx-test-truth " }
161162androidx-test-runner = { group = " androidx.test" , name = " runner" , version.ref = " androidx-test" }
162163androidx-test-junit-ktx = { group = " androidx.test.ext" , name = " junit-ktx" , version.ref = " androidx-test-junit" }
163164junit5 = { module = " org.junit.jupiter:junit-jupiter-api" , version.ref = " junit5-jupiter" }
@@ -201,7 +202,7 @@ zxing-core = { module = "com.google.zxing:core", version = "zxing-core" }
201202zxing-android-embedded = { module = " com.journeyapps:zxing-android-embedded" , version.ref = " zxing-android-embedded" }
202203
203204androidx-hilt-common = { group = " androidx.hilt" , name = " hilt-work" , version.ref = " androidx-hilt" }
204- androidx-hilt-compiler = {module =" androidx.hilt:hilt-compiler" , version.ref = " androidx-hilt" }
205+ androidx-hilt-compiler = { module = " androidx.hilt:hilt-compiler" , version.ref = " androidx-hilt" }
205206androidx-work-runtime-ktx = { group = " androidx.work" , name = " work-runtime-ktx" , version.ref = " work-runtime-ktx" }
206207
207208# amplitude
0 commit comments