 Issue 29351744:
  Issue 4399 - Add WebView inheritor with ad blocking  (Closed)
    
  
    Issue 29351744:
  Issue 4399 - Add WebView inheritor with ad blocking  (Closed) 
  | Index: libadblockplus-android-tests/build.gradle | 
| diff --git a/libadblockplus-android-tests/build.gradle b/libadblockplus-android-tests/build.gradle | 
| index 82ab52e0ab7fac22c34661e9b8b7f0fe96d5a574..690aed7b80c170df94badbb2d6a545ae06016d93 100644 | 
| --- a/libadblockplus-android-tests/build.gradle | 
| +++ b/libadblockplus-android-tests/build.gradle | 
| @@ -13,13 +13,13 @@ repositories { | 
| } | 
| android { | 
| - compileSdkVersion 16 | 
| + compileSdkVersion 19 | 
| 
anton
2016/09/20 11:46:28
changed for consistency - lib uses 19 to compile
 | 
| buildToolsVersion "22.0.1" | 
| defaultConfig { | 
| applicationId "org.adblockplus.libadblockplus.tests" | 
| - minSdkVersion 9 | 
| - targetSdkVersion 16 | 
| + minSdkVersion 17 | 
| + targetSdkVersion 17 | 
| versionCode 359 | 
| versionName "1.3" |