Move lifecycle-runtime-testing to testutils

Bug: 287702163
Test: Unit test
Change-Id: I1e78635bbb22bc4a959fd7af9b066fe6b0053fc9
(cherry picked from commit 34505da018)
Merged-In: I1e78635bbb22bc4a959fd7af9b066fe6b0053fc9
This commit is contained in:
Chaohui Wang
2023-06-21 16:33:04 +08:00
parent d3d448bdfb
commit a462cc2b92
2 changed files with 1 additions and 1 deletions

View File

@@ -31,7 +31,6 @@ android_test {
"SpaLib", "SpaLib",
"SpaLibTestUtils", "SpaLibTestUtils",
"androidx.compose.runtime_runtime", "androidx.compose.runtime_runtime",
"androidx.lifecycle_lifecycle-runtime-testing",
"androidx.test.ext.junit", "androidx.test.ext.junit",
"androidx.test.runner", "androidx.test.runner",
"mockito-target-minus-junit4", "mockito-target-minus-junit4",

View File

@@ -29,6 +29,7 @@ android_library {
"androidx.compose.runtime_runtime", "androidx.compose.runtime_runtime",
"androidx.compose.ui_ui-test-junit4", "androidx.compose.ui_ui-test-junit4",
"androidx.compose.ui_ui-test-manifest", "androidx.compose.ui_ui-test-manifest",
"androidx.lifecycle_lifecycle-runtime-testing",
"mockito", "mockito",
"truth-prebuilt", "truth-prebuilt",
], ],