aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael <betheg@bitcloner.org>2015-01-25 15:12:00 +0100
committerMichael <betheg@bitcloner.org>2015-01-25 15:12:00 +0100
commit56dec4649167f6e3b62faf8e313ceeb1d14f78e5 (patch)
tree6348acb6694d0f2d1e89076644c76f619a04b576
parent90d06d38d6a405b88d768703a52e1fa18cadfbd3 (diff)
update android gradle plugin to 1.0.1
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index af956b41..3f5d6754 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.0.0'
+ classpath 'com.android.tools.build:gradle:1.0.1'
}
}