aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorFicus Kirkpatrick <ficus@android.com>2014-12-06 19:35:11 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-12-06 19:35:11 +0000
commitc9ef93a4cdc75d04667a3e5150d9278d2c7b41d8 (patch)
tree1f4a33c24f608d79781de54e5d1ff5f3072fa261 /build.gradle
parent008e0cc8e51ef9e91110d91d4d662d0d86b252a1 (diff)
parentb9b8dc3d98fb1a8c3f02c2c2fcc18cbd344c05cb (diff)
downloadvolley-c9ef93a4cdc75d04667a3e5150d9278d2c7b41d8.tar.gz
Merge "Migrate from Gradle to Maven."
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 7c0abdb..1a864dc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,7 +11,6 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 19
- buildToolsVersion = '19.1.0'
+ buildToolsVersion = '21.1.0'
}
-apply from: 'rules.gradle'