PR#124 Fix issue with merging meta-info
This commit is contained in:
parent
e6349363d7
commit
8a4a0c0f96
4 changed files with 18 additions and 1 deletions
|
|
@ -35,6 +35,9 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
// since it itself contains the Test it doesn't have tests of it's own
|
||||
disableTestTasks(this)
|
||||
|
||||
dependencies {
|
||||
implementation project(":app")
|
||||
implementation project(':test-util-android')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue