Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: adblock-android-tests/build.gradle

Issue 29819555: Fix libadblockplus-android tests
Patch Set: Created July 1, 2018, 9:20 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: adblock-android-tests/build.gradle
diff --git a/adblock-android-tests/build.gradle b/adblock-android-tests/build.gradle
index 6dd5a281cf93d7b1373bd79027dca6875c03c0c3..c7219863994cdf0ae78916bc27fa3be36de63dcd 100644
--- a/adblock-android-tests/build.gradle
+++ b/adblock-android-tests/build.gradle
@@ -44,7 +44,6 @@ android {
}
dependencies {
- androidTestCompile project(path: ':adblock-android', configuration: getAbiFlavor() + "Debug")
androidTestCompile project(':adblock-android-settings')
androidTestCompile fileTree(include: ['*.jar'], dir: 'libs')

Powered by Google App Engine
This is Rietveld