Skip to content

Commit 8dbf86a

Browse files
committed
feature[library]: fix lib lint error
1 parent c15be18 commit 8dbf86a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ kotlinx-serialization-json = "1.7.3"
1111
kotlinx-serialization-converter = "1.0.0"
1212
kotlinx-coroutines = "1.10.1"
1313
kotlinx-datetime = "0.6.1"
14-
ksp = "2.0.21-1.0.27"
14+
ksp = "2.1.0-1.0.29"
1515

1616
# android
1717
corektx = "1.15.0"
@@ -54,6 +54,7 @@ robolectric = "4.14.1"
5454
androidx-uiautomator = "2.3.0-alpha03"
5555
androidx-test = "1.6.2"
5656
androidx-test-core = "1.6.1"
57+
androidx-test-truth = "1.6.0"
5758
espressoIntents = "3.6.1"
5859
runner = "1.5.2"
5960

@@ -157,7 +158,7 @@ androidx-test-espresso = { module = "androidx.test.espresso:espresso-core", vers
157158
androidx-test-core = { module = "androidx.test:core", version.ref = "androidx-test-core" }
158159
androidx-test-espresso-intents = { module = "androidx.test.espresso:espresso-intents", version.ref = "espressoIntents" }
159160
androidx-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" }
161162
androidx-test-runner = { group = "androidx.test", name = "runner", version.ref = "androidx-test" }
162163
androidx-test-junit-ktx = { group = "androidx.test.ext", name = "junit-ktx", version.ref = "androidx-test-junit" }
163164
junit5 = { 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" }
201202
zxing-android-embedded = { module = "com.journeyapps:zxing-android-embedded", version.ref = "zxing-android-embedded" }
202203

203204
androidx-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" }
205206
androidx-work-runtime-ktx = { group = "androidx.work", name = "work-runtime-ktx", version.ref = "work-runtime-ktx" }
206207

207208
#amplitude

0 commit comments

Comments
 (0)