| Index: libadblockplus-android-webviewapp/build.gradle | 
| diff --git a/libadblockplus-android-tests/build.gradle b/libadblockplus-android-webviewapp/build.gradle | 
| similarity index 51% | 
| copy from libadblockplus-android-tests/build.gradle | 
| copy to libadblockplus-android-webviewapp/build.gradle | 
| index 82ab52e0ab7fac22c34661e9b8b7f0fe96d5a574..3212a02ea048171e637a7c3ff39bd88e70b5036e 100644 | 
| --- a/libadblockplus-android-tests/build.gradle | 
| +++ b/libadblockplus-android-webviewapp/build.gradle | 
| @@ -13,27 +13,23 @@ repositories { | 
| } | 
| android { | 
| - compileSdkVersion 16 | 
| + compileSdkVersion 19 | 
| buildToolsVersion "22.0.1" | 
| defaultConfig { | 
| - applicationId "org.adblockplus.libadblockplus.tests" | 
| - minSdkVersion 9 | 
| - targetSdkVersion 16 | 
| - versionCode 359 | 
| - versionName "1.3" | 
| - | 
| - testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" | 
| + applicationId "org.adblockplus.libadblockplus.webviewapp" | 
| + minSdkVersion 17 | 
| + targetSdkVersion 17 | 
| + versionCode 1 | 
| + versionName "1.0" | 
| } | 
| sourceSets { | 
| main { | 
| manifest.srcFile 'AndroidManifest.xml' | 
| - } | 
| - | 
| - androidTest { | 
| - manifest.srcFile 'AndroidManifest.xml' | 
| java.srcDirs = ['src'] | 
| + resources.srcDirs = ['src'] | 
| + res.srcDirs = ['res'] | 
| jni { | 
| dependencies { | 
| @@ -45,6 +41,5 @@ android { | 
| } | 
| dependencies { | 
| - androidTestCompile project(':libadblockplus-android') | 
| - androidTestCompile fileTree(include: ['*.jar'], dir: 'libs') | 
| + compile project(':libadblockplus-android') | 
| } |