equal
deleted
inserted
replaced
39 const val espressoVersion = "3.5.0-alpha07" // alpha for this bug https://github.com/robolectric/robolectric/issues/6593 |
39 const val espressoVersion = "3.5.0-alpha07" // alpha for this bug https://github.com/robolectric/robolectric/issues/6593 |
40 const val androidxTestRunnerVersion = "1.4.0" |
40 const val androidxTestRunnerVersion = "1.4.0" |
41 const val androidxTestCoreVersion = "1.4.0" |
41 const val androidxTestCoreVersion = "1.4.0" |
42 const val robolectricVersion = "4.8.2" |
42 const val robolectricVersion = "4.8.2" |
43 |
43 |
44 private typealias BaseExtension = CommonExtension<*, *, DefaultConfig, *> |
44 private typealias BaseExtension = CommonExtension<*, *, DefaultConfig, *, *, *> |
45 |
45 |
46 /* |
46 /* |
47 * Configuration for espresso and robolectric usage in an Android project |
47 * Configuration for espresso and robolectric usage in an Android project |
48 */ |
48 */ |
49 @Suppress("UnstableApiUsage") |
49 @Suppress("UnstableApiUsage") |