Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus-android-settings/build.gradle

Issue 29678581: Issue 6000 - Rename "libadblockplus-android" (Closed)
Patch Set: addressed comments Created Jan. 29, 2018, 11:04 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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'
-}

Powered by Google App Engine
This is Rietveld