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

Side by Side Diff: build.gradle

Issue 29347926: Issue 4248 - Add codestyle check
Patch Set: moved 'third_party' to review https://codereview.adblockplus.org/29567648/ Created Oct. 6, 2017, 11:33 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | libadblockplus-android-settings/build.gradle » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 classpath 'com.android.tools.build:gradle:2.3.0' 8 classpath 'com.android.tools.build:gradle:2.3.0'
9 } 9 }
10 } 10 }
11 11
12 subprojects { 12 subprojects {
13 task listAllDependencies(type: DependencyReportTask) {} 13 task listAllDependencies(type: DependencyReportTask) {}
14 } 14 }
15
16 configure(subprojects) { subproject ->
17 repositories {
18 mavenCentral()
19 mavenLocal()
20 }
21 }
OLDNEW
« no previous file with comments | « no previous file | libadblockplus-android-settings/build.gradle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld