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

Delta Between Two Patch Sets: build.gradle

Issue 29351744: Issue 4399 - Add WebView inheritor with ad blocking (Closed)
Left Patch Set: yet another improvement - working with null urls (for local files) Created Sept. 22, 2016, 8:08 a.m.
Right Patch Set: changed packages, now using AdblockEngine (original ABPEngine), improved demo app Created Oct. 25, 2016, 11:20 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « README.md ('k') | gradle/wrapper/gradle-wrapper.properties » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 buildscript { 1 buildscript {
2 repositories { 2 repositories {
3 mavenLocal() 3 mavenLocal()
4 mavenCentral() 4 mavenCentral()
5 jcenter() 5 jcenter()
6 } 6 }
7 dependencies { 7 dependencies {
8 // experimental gradle plugin for the library to compile native code with ND K 8 classpath 'com.android.tools.build:gradle:2.2.0'
9 classpath "com.android.tools.build:gradle-experimental:0.7.2"
10
11 // regular gradle plugin for the tests
12 classpath 'com.android.tools.build:gradle:2.1.2'
13 } 9 }
14 } 10 }
15 11
16 subprojects { 12 subprojects {
17 task listAllDependencies(type: DependencyReportTask) {} 13 task listAllDependencies(type: DependencyReportTask) {}
18 } 14 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld