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

Unified Diff: build.gradle

Issue 29351744: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Patch Set: changed packages, now using AdblockEngine (original ABPEngine), improved demo app Created Oct. 25, 2016, 11:20 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 | « README.md ('k') | gradle/wrapper/gradle-wrapper.properties » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build.gradle
diff --git a/build.gradle b/build.gradle
index 236bc071c7bc18e45bc700dc39105170d2d64d28..ae1f16d1b55f72805cde82ea4cda2c29835976f5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,11 +5,7 @@ buildscript {
jcenter()
}
dependencies {
- // experimental gradle plugin for the library to compile native code with NDK
- classpath "com.android.tools.build:gradle-experimental:0.7.2"
-
- // regular gradle plugin for the tests
- classpath 'com.android.tools.build:gradle:2.1.2'
+ classpath 'com.android.tools.build:gradle:2.2.0'
}
}
« no previous file with comments | « README.md ('k') | gradle/wrapper/gradle-wrapper.properties » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld