aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorJeff Davidson <jpd@google.com>2014-12-08 14:16:59 -0800
committerJeff Davidson <jpd@google.com>2014-12-08 14:18:03 -0800
commit40d00117dbb2a0d87d390ee8efbe72b2c065e8f2 (patch)
tree63fc770a068684e52334775e99dd82a95e866335 /build.gradle
parentc9ef93a4cdc75d04667a3e5150d9278d2c7b41d8 (diff)
downloadvolley-40d00117dbb2a0d87d390ee8efbe72b2c065e8f2.tar.gz
Restore rules.gradle.
Change-Id: Ie1f3aeed20e9f199836b2ced016515893af26c11
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle9
1 files changed, 9 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 1a864dc..e88a6c5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,3 +1,11 @@
+// NOTE: The only changes that belong in this file are the definitions
+// of tool versions (gradle plugin, compile SDK, build tools), so that
+// Volley can be built via gradle as a standalone project.
+//
+// Any other changes to the build config belong in rules.gradle, which
+// is used by projects that depend on Volley but define their own
+// tools versions across all dependencies to ensure a consistent build.
+
buildscript {
repositories {
mavenCentral()
@@ -14,3 +22,4 @@ android {
buildToolsVersion = '21.1.0'
}
+apply from: 'rules.gradle'