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

Unified Diff: adblock-android-tests/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
« no previous file with comments | « adblock-android-tests/AndroidManifest.xml ('k') | adblock-android-tests/libs/android-testing-support.jar » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblock-android-tests/build.gradle
diff --git a/libadblockplus-android-tests/build.gradle b/adblock-android-tests/build.gradle
similarity index 74%
rename from libadblockplus-android-tests/build.gradle
rename to adblock-android-tests/build.gradle
index a8d6376fe1831b9bf78c0f11f69a483a939ef415..65e6aff7ec136bb9ac9c7e11ddbdc60e45a515c9 100644
--- a/libadblockplus-android-tests/build.gradle
+++ b/adblock-android-tests/build.gradle
@@ -20,8 +20,8 @@ android {
applicationId "org.adblockplus.libadblockplus.tests"
minSdkVersion 21
targetSdkVersion 21
- versionCode 1
- versionName "1.0"
+ versionCode 2
+ versionName "1.1"
}
sourceSets {
@@ -36,7 +36,7 @@ android {
jni {
dependencies {
- project(path: ":libadblockplus-android", configuration: getAbiFlavor() + "Debug")
+ project(path: ":adblock-android", configuration: getAbiFlavor() + "Debug")
}
}
}
@@ -44,8 +44,8 @@ android {
}
dependencies {
- androidTestCompile project(path: ':libadblockplus-android', configuration: getAbiFlavor() + "Debug")
- androidTestCompile project(':libadblockplus-android-settings')
+ androidTestCompile project(path: ':adblock-android', configuration: getAbiFlavor() + "Debug")
+ androidTestCompile project(':adblock-android-settings')
androidTestCompile fileTree(include: ['*.jar'], dir: 'libs')
androidTestCompile 'org.mockito:mockito-core:1.10.19'
« no previous file with comments | « adblock-android-tests/AndroidManifest.xml ('k') | adblock-android-tests/libs/android-testing-support.jar » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld