|
|
@ -21,9 +21,6 @@ plugins {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
android {
|
|
|
|
android {
|
|
|
|
defaultConfig {
|
|
|
|
|
|
|
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
namespace = "com.google.samples.apps.nowinandroid.core.designsystem"
|
|
|
|
namespace = "com.google.samples.apps.nowinandroid.core.designsystem"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -47,6 +44,4 @@ dependencies {
|
|
|
|
testImplementation(libs.hilt.android.testing)
|
|
|
|
testImplementation(libs.hilt.android.testing)
|
|
|
|
testImplementation(libs.robolectric)
|
|
|
|
testImplementation(libs.robolectric)
|
|
|
|
testImplementation(projects.core.screenshotTesting)
|
|
|
|
testImplementation(projects.core.screenshotTesting)
|
|
|
|
|
|
|
|
|
|
|
|
androidTestImplementation(libs.bundles.androidx.compose.ui.test)
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|