Index: libadblockplus-android-tests/build.gradle |
diff --git a/libadblockplus-android-tests/build.gradle b/libadblockplus-android-tests/build.gradle |
index 28bbec473298d04401f540d475366bda9589bef2..d21828b0a68323c6d9e64680696b092ef06b8599 100644 |
--- a/libadblockplus-android-tests/build.gradle |
+++ b/libadblockplus-android-tests/build.gradle |
@@ -13,15 +13,15 @@ repositories { |
} |
android { |
- compileSdkVersion 16 |
+ compileSdkVersion 21 |
buildToolsVersion "25.0.0" |
defaultConfig { |
applicationId "org.adblockplus.libadblockplus.tests" |
- minSdkVersion 11 |
- targetSdkVersion 16 |
- versionCode 1 |
- versionName "1.0" |
+ minSdkVersion 21 |
anton
2017/04/14 08:14:01
increased dramatically because of introduced new d
|
+ targetSdkVersion 21 |
+ versionCode 2 |
+ versionName "1.0.1" |
} |
sourceSets { |
@@ -44,5 +44,6 @@ android { |
dependencies { |
androidTestCompile project(':libadblockplus-android') |
+ androidTestCompile project(':libadblockplus-android-settings') |
androidTestCompile fileTree(include: ['*.jar'], dir: 'libs') |
} |