aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2015-06-02 15:24:58 +0200
committerDaniel Gultsch <daniel@gultsch.de>2015-06-02 15:24:58 +0200
commita4fb6bb3a3fd06435cbb3244f120506e47792e1b (patch)
treecca426321e2af5240c44336c9680c777f03ee573 /build.gradle
parentb40922d7475249e07af77aacd68f39cfd4dd3859 (diff)
really update build tools
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 41f39941..c75c3187 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.0.1'
+ classpath 'com.android.tools.build:gradle:1.2.3'
}
}