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

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

Issue 29379647: Issue 4948 - add possibility to not send data depending on connection properties (Closed)
Patch Set: migrated from FilterEngine* to FilterEnginePtr*, minor improvements Created March 15, 2017, 12:48 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-webviewapp/build.gradle
diff --git a/libadblockplus-android-webviewapp/build.gradle b/libadblockplus-android-webviewapp/build.gradle
index 8d664f4fd39de75927e8c9b8775215041080db32..59bf9da9bd651a249ab032abf0a46c76bfa1b553 100644
--- a/libadblockplus-android-webviewapp/build.gradle
+++ b/libadblockplus-android-webviewapp/build.gradle
@@ -14,7 +14,7 @@ repositories {
android {
compileSdkVersion 21
- buildToolsVersion "24.0.1"
+ buildToolsVersion '25.0.0'
sergei 2017/03/15 13:41:48 I don't know you policies but should not it be in
defaultConfig {
applicationId "org.adblockplus.libadblockplus.android.webviewapp"

Powered by Google App Engine
This is Rietveld