Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e26adcc6 authored by Chaohui Wang's avatar Chaohui Wang Committed by Android (Google) Code Review
Browse files

Merge "Move lifecycle-runtime-testing to testutils" into udc-qpr-dev

parents f0958868 34505da0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -69,7 +69,6 @@ dependencies {
    implementation("com.airbnb.android:lottie-compose:5.2.0")

    androidTestImplementation(project(":testutils"))
    androidTestImplementation("androidx.lifecycle:lifecycle-runtime-testing")
    androidTestImplementation(libs.dexmaker.mockito)
}

+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ android_test {
        "SpaLib",
        "SpaLibTestUtils",
        "androidx.compose.runtime_runtime",
        "androidx.lifecycle_lifecycle-runtime-testing",
        "androidx.test.ext.junit",
        "androidx.test.runner",
        "mockito-target-minus-junit4",
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ android_library {
        "androidx.compose.runtime_runtime",
        "androidx.compose.ui_ui-test-junit4",
        "androidx.compose.ui_ui-test-manifest",
        "androidx.lifecycle_lifecycle-runtime-testing",
        "mockito",
        "truth-prebuilt",
    ],
+2 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ android {

    sourceSets {
        sourceSets.getByName("main") {
            java.setSrcDirs(listOf("src"))
            kotlin.setSrcDirs(listOf("src"))
            manifest.srcFile("AndroidManifest.xml")
        }
    }
@@ -40,6 +40,7 @@ dependencies {

    api("androidx.arch.core:core-testing:2.2.0-alpha01")
    api("androidx.compose.ui:ui-test-junit4:$jetpackComposeVersion")
    api("androidx.lifecycle:lifecycle-runtime-testing")
    api(libs.truth)
    api("org.mockito:mockito-core:2.21.0")
    debugApi("androidx.compose.ui:ui-test-manifest:$jetpackComposeVersion")