 Issue 29351744:
  Issue 4399 - Add WebView inheritor with ad blocking  (Closed)
    
  
    Issue 29351744:
  Issue 4399 - Add WebView inheritor with ad blocking  (Closed) 
  | Left: | ||
| Right: | 
| LEFT | RIGHT | 
|---|---|
| (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 } | 
| LEFT | RIGHT |