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

Unified Diff: build.gradle

Issue 29379647: Issue 4948 - add possibility to not send data depending on connection properties (Closed)
Patch Set: Created March 10, 2017, 6:40 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') | gradle/wrapper/gradle-wrapper.properties » ('J')
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') | gradle/wrapper/gradle-wrapper.properties » ('J')

Powered by Google App Engine
This is Rietveld