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

Unified Diff: adblock-android-webview/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-webview/build.gradle
diff --git a/libadblockplus-android-webview/build.gradle b/adblock-android-webview/build.gradle
similarity index 56%
rename from libadblockplus-android-webview/build.gradle
rename to adblock-android-webview/build.gradle
index 488c625fe101411ad4b03175fc7b4e01358431c7..adeb60fb248ab4f001cddca2fd54eee38f4a7f54 100644
--- a/libadblockplus-android-webview/build.gradle
+++ b/adblock-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: ":adblock-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": ':adblock-android', "configuration": getAbiFlavor() + "Debug")
+ releaseCompile project("path": ':adblock-android', "configuration": getAbiFlavor() + "Release")
}

Powered by Google App Engine
This is Rietveld