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

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

Issue 29351744: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Patch Set: supporting api 21 with referer and pre-21 with no referer Created Sept. 30, 2016, 1:28 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-tests/build.gradle
diff --git a/libadblockplus-android-tests/build.gradle b/libadblockplus-android-tests/build.gradle
index 82ab52e0ab7fac22c34661e9b8b7f0fe96d5a574..e81e559d45e12cea4389c228d573db590d274d9b 100644
--- a/libadblockplus-android-tests/build.gradle
+++ b/libadblockplus-android-tests/build.gradle
@@ -13,13 +13,13 @@ repositories {
}
android {
- compileSdkVersion 16
+ compileSdkVersion 21
buildToolsVersion "22.0.1"
defaultConfig {
applicationId "org.adblockplus.libadblockplus.tests"
- minSdkVersion 9
- targetSdkVersion 16
+ minSdkVersion 17
+ targetSdkVersion 17
versionCode 359
versionName "1.3"

Powered by Google App Engine
This is Rietveld