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

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

Issue 29413555: Issue 5145 - Add test for IsAllowedConnectionCallbackImpl (Closed)
Patch Set: added "static final" Created April 28, 2017, 6:15 a.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: libadblockplus-android-tests/build.gradle
diff --git a/libadblockplus-android-tests/build.gradle b/libadblockplus-android-tests/build.gradle
index 28bbec473298d04401f540d475366bda9589bef2..a2b2e2f7b1b7961b22a49ff8bd742d8574f774f3 100644
--- a/libadblockplus-android-tests/build.gradle
+++ b/libadblockplus-android-tests/build.gradle
@@ -18,7 +18,7 @@ android {
defaultConfig {
applicationId "org.adblockplus.libadblockplus.tests"
- minSdkVersion 11
+ minSdkVersion 21
targetSdkVersion 16
versionCode 1
versionName "1.0"
@@ -44,5 +44,10 @@ android {
dependencies {
androidTestCompile project(':libadblockplus-android')
+ androidTestCompile project(':libadblockplus-android-settings')
androidTestCompile fileTree(include: ['*.jar'], dir: 'libs')
+
+ androidTestCompile 'org.mockito:mockito-core:1.10.19'
+ androidTestCompile 'com.google.dexmaker:dexmaker:1.2'
+ androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.2'
}

Powered by Google App Engine
This is Rietveld