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

Unified Diff: adblock-android-webviewapp/build.gradle

Issue 29782630: Issue 6000 - Rename "libadblockplus-android" (Closed)
Patch Set: Created May 15, 2018, 9:30 p.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
« no previous file with comments | « adblock-android-webviewapp/AndroidManifest.xml ('k') | adblock-android-webviewapp/res/drawable/icon.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblock-android-webviewapp/build.gradle
===================================================================
rename from libadblockplus-android-webviewapp/build.gradle
rename to adblock-android-webviewapp/build.gradle
--- a/libadblockplus-android-webviewapp/build.gradle
+++ b/adblock-android-webviewapp/build.gradle
@@ -15,33 +15,33 @@
android {
compileSdkVersion 21
buildToolsVersion "25.0.0"
defaultConfig {
applicationId "org.adblockplus.libadblockplus.android.webviewapp"
minSdkVersion 21
targetSdkVersion 21
- versionCode 8
- versionName "2.4"
+ versionCode 9
+ versionName "2.5"
}
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
java.srcDirs = ['src']
resources.srcDirs = ['src']
res.srcDirs = ['res']
jni {
dependencies {
- project ":libadblockplus-android"
+ project ":adblock-android"
}
}
}
}
}
dependencies {
- compile project(':libadblockplus-android-settings')
- compile project(':libadblockplus-android-webview')
+ compile project(':adblock-android-settings')
+ compile project(':adblock-android-webview')
compile 'com.android.support:appcompat-v7:21.0.3'
-}
+}
« no previous file with comments | « adblock-android-webviewapp/AndroidManifest.xml ('k') | adblock-android-webviewapp/res/drawable/icon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld