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

Unified Diff: adblock-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: adblock-android-settings/build.gradle
diff --git a/libadblockplus-android-settings/build.gradle b/adblock-android-settings/build.gradle
similarity index 61%
rename from libadblockplus-android-settings/build.gradle
rename to adblock-android-settings/build.gradle
index 9edeb8a4a3034258fb475e1aa089c175dcfcba77..ea89f607ea67b0c93e9535baee825b2631783ccc 100644
--- a/libadblockplus-android-settings/build.gradle
+++ b/adblock-android-settings/build.gradle
@@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 21
- versionCode 3
- versionName "2.0"
+ versionCode 4
+ versionName "2.1"
}
sourceSets {
@@ -21,7 +21,7 @@ android {
jni {
dependencies {
- project(path: ":libadblockplus-android", configuration: getAbiFlavor() + "Debug")
+ project(path: ":adblock-android", configuration: getAbiFlavor() + "Debug")
}
}
}
@@ -29,7 +29,7 @@ android {
}
dependencies {
- debugCompile project("path": ':libadblockplus-android', "configuration": getAbiFlavor() + "Debug")
- releaseCompile project("path": ':libadblockplus-android', "configuration": getAbiFlavor() + "Release")
+ debugCompile project("path": ':adblock-android', "configuration": getAbiFlavor() + "Debug")
+ releaseCompile project("path": ':adblock-android', "configuration": getAbiFlavor() + "Release")
compile 'com.android.support:support-v4:21.0.3'
}

Powered by Google App Engine
This is Rietveld