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

Unified Diff: libadblockplus-android/build.gradle

Issue 29389555: Issue 5010 - Allow to preload subscription files (Closed)
Patch Set: Created March 20, 2017, 8:11 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: libadblockplus-android/build.gradle
diff --git a/libadblockplus-android/build.gradle b/libadblockplus-android/build.gradle
index ec3bae60b5fd3122d7313fe2a89aab06429252af..a6996be2d5b2b5e2fdee10ddc887846d1203989d 100644
--- a/libadblockplus-android/build.gradle
+++ b/libadblockplus-android/build.gradle
@@ -5,7 +5,7 @@ android {
buildToolsVersion "24.0.1"
defaultConfig {
- minSdkVersion 9
+ minSdkVersion 11
anton 2017/03/20 08:28:45 I had to increase from 9 to 11 to use https://deve
targetSdkVersion 16
versionCode 1
versionName "1.0"

Powered by Google App Engine
This is Rietveld