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

Unified Diff: adblockplus-android-webviewapp/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-webviewapp/build.gradle
diff --git a/libadblockplus-android-webviewapp/build.gradle b/adblockplus-android-webviewapp/build.gradle
similarity index 78%
rename from libadblockplus-android-webviewapp/build.gradle
rename to adblockplus-android-webviewapp/build.gradle
index db35e4b1bea0d644405d8fc30b4c17dbeff86e2d..46f053f3e0c02db7e7802341dc535599dcebd2b7 100644
--- a/libadblockplus-android-webviewapp/build.gradle
+++ b/adblockplus-android-webviewapp/build.gradle
@@ -20,8 +20,8 @@ android {
applicationId "org.adblockplus.libadblockplus.android.webviewapp"
minSdkVersion 21
targetSdkVersion 21
- versionCode 5
- versionName "2.1"
jens 2018/01/24 10:53:03 Why are we jumping from 5 to 7 resp. 2.1 to 2.3 fo
+ versionCode 7
+ versionName "2.3"
}
sourceSets {
@@ -33,7 +33,7 @@ android {
jni {
dependencies {
- project ":libadblockplus-android"
+ project ":adblockplus-android"
}
}
}
@@ -41,7 +41,7 @@ android {
}
dependencies {
- compile project(':libadblockplus-android-settings')
- compile project(':libadblockplus-android-webview')
+ compile project(':adblockplus-android-settings')
+ compile project(':adblockplus-android-webview')
compile 'com.android.support:appcompat-v7:21.0.3'
}
« no previous file with comments | « adblockplus-android-webviewapp/AndroidManifest.xml ('k') | adblockplus-android-webviewapp/res/drawable/icon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld