buildSrc/src/main/kotlin/AndroidTests.kt
changeset 22 d0190e5504a6
parent 0 0a13dcabf7d3
child 34 ce299aacc068
equal deleted inserted replaced
21:0c6a3ad6b052 22:d0190e5504a6
    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")