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.
1 parent ff8a64a commit b7ef3c1Copy full SHA for b7ef3c1
FlowCrypt/build.gradle.kts
@@ -409,7 +409,7 @@ dependencies {
409
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.0.21")
410
testImplementation("junit:junit:4.13.2")
411
testImplementation("androidx.room:room-testing:2.6.1")
412
- testImplementation("io.github.classgraph:classgraph:4.8.176")
+ testImplementation("io.github.classgraph:classgraph:4.8.177")
413
414
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
415
0 commit comments