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

Side by Side Diff: build.gradle

Issue 29385577: Issue 4997 - Use the latest gradle/-wrapper for Android Studio 2.3 (Closed)
Patch Set: Created March 16, 2017, 6 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 | gradle/wrapper/gradle-wrapper.properties » ('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.2.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 }
OLDNEW
« no previous file with comments | « no previous file | gradle/wrapper/gradle-wrapper.properties » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld