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

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

Merge "Set namespace for testutils"

parents df60aaeb 68db9946
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -20,6 +20,7 @@ plugins {
}
}


android {
android {
    namespace 'com.android.settingslib.spa.testutils'
    compileSdk TARGET_SDK
    compileSdk TARGET_SDK
    buildToolsVersion = BUILD_TOOLS_VERSION
    buildToolsVersion = BUILD_TOOLS_VERSION


@@ -55,7 +56,7 @@ android {
dependencies {
dependencies {
    api project(":spa")
    api project(":spa")


    api "androidx.arch.core:core-testing:2.1.0"
    api "androidx.arch.core:core-testing:2.2.0-alpha01"
    api "androidx.compose.ui:ui-test-junit4:$jetpack_compose_version"
    api "androidx.compose.ui:ui-test-junit4:$jetpack_compose_version"
    api "com.google.truth:truth:1.1.3"
    api "com.google.truth:truth:1.1.3"
    api "org.mockito:mockito-core:2.21.0"
    api "org.mockito:mockito-core:2.21.0"