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

Unified Diff: adblockplus-android-settings/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-settings/build.gradle
diff --git a/libadblockplus-android-settings/build.gradle b/adblockplus-android-settings/build.gradle
similarity index 61%
rename from libadblockplus-android-settings/build.gradle
rename to adblockplus-android-settings/build.gradle
index 9edeb8a4a3034258fb475e1aa089c175dcfcba77..9f1aa7f4d65cdf8b55008a37dacf4a1765b13e3f 100644
--- a/libadblockplus-android-settings/build.gradle
+++ b/adblockplus-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: ":adblockplus-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": ':adblockplus-android', "configuration": getAbiFlavor() + "Debug")
+ releaseCompile project("path": ':adblockplus-android', "configuration": getAbiFlavor() + "Release")
compile 'com.android.support:support-v4:21.0.3'
}

Powered by Google App Engine
This is Rietveld