Browse Source

Remove other wrong dependency.

pull/3030/head
Benoit Marty 3 months ago committed by Benoit Marty
parent
commit
c4333544ac
  1. 1
      tests/uitests/build.gradle.kts

1
tests/uitests/build.gradle.kts

@ -67,7 +67,6 @@ dependencies { @@ -67,7 +67,6 @@ dependencies {
// `testOptions { unitTests.isIncludeAndroidResources = true }` in the app build.gradle.kts file
// implementation(projects.app)
implementation(projects.appnav)
implementation(projects.features.call)
allLibrariesImpl()
allServicesImpl()
allFeaturesImpl(rootDir, logger)

Loading…
Cancel
Save