Index: libadblockplus-android-webview/build.gradle |
diff --git a/libadblockplus-android-webview/build.gradle b/libadblockplus-android-webview/build.gradle |
deleted file mode 100644 |
index 488c625fe101411ad4b03175fc7b4e01358431c7..0000000000000000000000000000000000000000 |
--- a/libadblockplus-android-webview/build.gradle |
+++ /dev/null |
@@ -1,34 +0,0 @@ |
-apply plugin: 'com.android.library' |
- |
-android { |
- compileSdkVersion 21 |
- buildToolsVersion "25.0.0" |
- |
- defaultConfig { |
- minSdkVersion 21 |
- targetSdkVersion 21 |
- versionCode 4 |
- versionName "2.1" |
- } |
- |
- sourceSets { |
- main { |
- manifest.srcFile 'AndroidManifest.xml' |
- java.srcDirs = ['src'] |
- resources.srcDirs = ['src'] |
- res.srcDirs = ['res'] |
- assets.srcDirs = ['assets'] |
- |
- jni { |
- dependencies { |
- project(path: ":libadblockplus-android", configuration: getAbiFlavor() + "Debug") |
- } |
- } |
- } |
- } |
-} |
- |
-dependencies { |
- debugCompile project("path": ':libadblockplus-android', "configuration": getAbiFlavor() + "Debug") |
- releaseCompile project("path": ':libadblockplus-android', "configuration": getAbiFlavor() + "Release") |
-} |