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

Unified Diff: adblockplus-android-webview/build.gradle

Issue 29678581: Issue 6000 - Rename "libadblockplus-android" (Closed)
Patch Set: Created Jan. 24, 2018, 6:53 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: adblockplus-android-webview/build.gradle
diff --git a/libadblockplus-android-webview/build.gradle b/adblockplus-android-webview/build.gradle
similarity index 56%
rename from libadblockplus-android-webview/build.gradle
rename to adblockplus-android-webview/build.gradle
index 488c625fe101411ad4b03175fc7b4e01358431c7..9598353e5deb3edba72373b3216829e0cc66cf69 100644
--- a/libadblockplus-android-webview/build.gradle
+++ b/adblockplus-android-webview/build.gradle
@@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 21
- versionCode 4
- versionName "2.1"
+ versionCode 5
+ versionName "2.2"
}
sourceSets {
@@ -21,7 +21,7 @@ android {
jni {
dependencies {
- project(path: ":libadblockplus-android", configuration: getAbiFlavor() + "Debug")
+ project(path: ":adblockplus-android", configuration: getAbiFlavor() + "Debug")
}
}
}
@@ -29,6 +29,6 @@ android {
}
dependencies {
- debugCompile project("path": ':libadblockplus-android', "configuration": getAbiFlavor() + "Debug")
- releaseCompile project("path": ':libadblockplus-android', "configuration": getAbiFlavor() + "Release")
+ debugCompile project("path": ':adblockplus-android', "configuration": getAbiFlavor() + "Debug")
+ releaseCompile project("path": ':adblockplus-android', "configuration": getAbiFlavor() + "Release")
}

Powered by Google App Engine
This is Rietveld