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

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

Issue 29351744: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Patch Set: updated Ant/Maven build configuration files Created Oct. 3, 2016, 6:57 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 | « libadblockplus-android-webviewapp/AndroidManifest.xml ('k') | libadblockplus-android-webviewapp/build.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android-webviewapp/build.gradle
diff --git a/libadblockplus-android-tests/build.gradle b/libadblockplus-android-webviewapp/build.gradle
similarity index 51%
copy from libadblockplus-android-tests/build.gradle
copy to libadblockplus-android-webviewapp/build.gradle
index 82ab52e0ab7fac22c34661e9b8b7f0fe96d5a574..2ba8cabefb2a6b93506540846c314de610a0eb7b 100644
--- a/libadblockplus-android-tests/build.gradle
+++ b/libadblockplus-android-webviewapp/build.gradle
@@ -13,27 +13,23 @@ repositories {
}
android {
- compileSdkVersion 16
+ compileSdkVersion 21
buildToolsVersion "22.0.1"
defaultConfig {
- applicationId "org.adblockplus.libadblockplus.tests"
- minSdkVersion 9
- targetSdkVersion 16
- versionCode 359
- versionName "1.3"
-
- testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
+ applicationId "org.adblockplus.libadblockplus.webviewapp"
+ minSdkVersion 17
+ targetSdkVersion 21
+ versionCode 1
+ versionName "1.0"
}
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
- }
-
- androidTest {
- manifest.srcFile 'AndroidManifest.xml'
java.srcDirs = ['src']
+ resources.srcDirs = ['src']
+ res.srcDirs = ['res']
jni {
dependencies {
@@ -45,6 +41,5 @@ android {
}
dependencies {
- androidTestCompile project(':libadblockplus-android')
- androidTestCompile fileTree(include: ['*.jar'], dir: 'libs')
+ compile project(':libadblockplus-android')
}
« no previous file with comments | « libadblockplus-android-webviewapp/AndroidManifest.xml ('k') | libadblockplus-android-webviewapp/build.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld