Skip to content

Commit

Permalink
delete test options from build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
ammakarenko committed Jan 25, 2019
1 parent 8f16679 commit bf5cec9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions tweet-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ android {
test.java.srcDirs += "build/generated/source/r/debug"
test.java.srcDirs += "src/debug"
}

testOptions {
unitTests.returnDefaultValues = true
unitTests.includeAndroidResources true
}
}

dependencies {
Expand Down
5 changes: 0 additions & 5 deletions tweet-ui/internal-build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ android {
test.java.srcDirs += "build/generated/source/r/debug"
test.java.srcDirs += "src/debug"
}

testOptions {
unitTests.returnDefaultValues = true
unitTests.includeAndroidResources true
}
}

ext.projectDependencies = [
Expand Down

0 comments on commit bf5cec9

Please sign in to comment.