| Index: libadblockplus-android-settings/build.gradle |
| diff --git a/libadblockplus-android-settings/build.gradle b/libadblockplus-android-settings/build.gradle |
| deleted file mode 100644 |
| index 9edeb8a4a3034258fb475e1aa089c175dcfcba77..0000000000000000000000000000000000000000 |
| --- a/libadblockplus-android-settings/build.gradle |
| +++ /dev/null |
| @@ -1,35 +0,0 @@ |
| -apply plugin: 'com.android.library' |
| - |
| -android { |
| - compileSdkVersion 21 |
| - buildToolsVersion "25.0.0" |
| - |
| - defaultConfig { |
| - minSdkVersion 21 |
| - targetSdkVersion 21 |
| - versionCode 3 |
| - versionName "2.0" |
| - } |
| - |
| - 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") |
| - compile 'com.android.support:support-v4:21.0.3' |
| -} |