We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b477ba8 + a0898f1 commit affdf6cCopy full SHA for affdf6c
gradle/libs.versions.toml
@@ -30,7 +30,7 @@ ksp-gradlePlugin = { module = "com.google.devtools.ksp:symbol-processing-gradle-
30
moshi-core = { module = "com.squareup.moshi:moshi", version.ref = "moshi" }
31
moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshi" }
32
moshi-codegen = { module = "com.squareup.moshi:moshi-kotlin-codegen", version.ref = "moshi" }
33
-truth = { module = "com.google.truth:truth", version = "1.1.2" }
+truth = { module = "com.google.truth:truth", version = "1.4.4" }
34
35
# Used by the sample app
36
compose-activity = { module = "androidx.activity:activity-compose", version = "1.7.1" }
0 commit comments