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

Unified 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.
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
« no previous file with comments | « no previous file | gradle/wrapper/gradle-wrapper.properties » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build.gradle
diff --git a/build.gradle b/build.gradle
index ae1f16d1b55f72805cde82ea4cda2c29835976f5..6ab4fb584ec17006bd37e78456c3b4e8569ae51a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.2.0'
+ classpath 'com.android.tools.build:gradle:2.3.0'
}
}
« 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