aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-04-09 21:47:10 +0200
committerDaniel Gultsch <daniel@gultsch.de>2016-04-09 21:47:10 +0200
commit4652541b61df5490d04cfa9efe57acd0612b3bc5 (patch)
tree31ed6af1efb494c482330df75e8feaa806afe8ac /build.gradle
parent65548ddccb7f63d623a86ad9a740ded87310e313 (diff)
update gradle and gradle plugin
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index b1e97ecf..020a87d3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.5.0'
+ classpath 'com.android.tools.build:gradle:2.0.0'
}
}