| 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 |
|
anton
2017/04/15 13:58:03
settings module require api 21 min
|
| 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' |
| } |