Skip to content

Commit b59ffdc

Browse files
committed
Remove commented out
1 parent 42cad4e commit b59ffdc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

buildSrc/src/main/java/Config.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,8 @@ object Config {
186186
val androidxTestOrchestrator = "androidx.test:orchestrator:1.5.0"
187187
val androidxJunit = "androidx.test.ext:junit:1.1.5"
188188
val androidxCoreKtx = "androidx.core:core-ktx:1.7.0"
189-
// val robolectric = "org.robolectric:robolectric:4.14"
190189
val awaitility = "org.awaitility:awaitility-kotlin:4.1.1"
191190
val awaitility3 = "org.awaitility:awaitility-kotlin:3.1.6" // need this due to a conflict of awaitility4+ and espresso on hamcrest
192-
// val mockWebserver = "com.squareup.okhttp3:mockwebserver:${Libs.okHttpVersion}"
193191
val hsqldb = "org.hsqldb:hsqldb:2.6.1"
194192
val javaFaker = "com.github.javafaker:javafaker:1.0.2"
195193
val msgpack = "org.msgpack:msgpack-core:0.9.8"

0 commit comments

Comments
 (0)