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

Unified Diff: build.gradle

Issue 29361445: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Patch Set: renamings, updated README Created Dec. 19, 2016, 3:04 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: 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'
}
}
« README.md ('K') | « README.md ('k') | gradle/wrapper/gradle-wrapper.properties » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld