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

Unified Diff: libadblockplus-android/build.gradle

Issue 29351744: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Patch Set: Created Sept. 8, 2016, 12:52 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
Index: libadblockplus-android/build.gradle
diff --git a/libadblockplus-android/build.gradle b/libadblockplus-android/build.gradle
index 9cfcb2d04d18c4efd2519c12f83b9b9147a157c3..dbdb126f62779b12fcff91c4d1b3e0a0bbcf0def 100644
--- a/libadblockplus-android/build.gradle
+++ b/libadblockplus-android/build.gradle
@@ -28,7 +28,7 @@ model {
}
android {
- compileSdkVersion 16
+ compileSdkVersion 19
anton 2016/09/08 13:00:11 `evaluateJavascript` in `AdblockWebView` requires
buildToolsVersion "22.0.1"
ndk {
@@ -41,8 +41,8 @@ model {
}
defaultConfig {
- minSdkVersion.apiLevel 9
- targetSdkVersion.apiLevel 16
+ minSdkVersion.apiLevel 17
+ targetSdkVersion.apiLevel 17
versionCode 359
versionName "1.3"
}
@@ -58,6 +58,7 @@ model {
java { source { srcDirs = ['src'] } }
resources { source { srcDirs = ['src'] } }
res { source { srcDirs = ['res'] } }
+ assets { source { srcDirs = ['assets'] } }
jni {
source { srcDirs = ['jni'] }
dependencies {

Powered by Google App Engine
This is Rietveld