aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorMichael <betheg@bitcloner.org>2014-12-09 11:12:33 +0100
committerMichael <betheg@bitcloner.org>2014-12-09 11:12:33 +0100
commit0193cdb194b76acbc75742e46d186e5bc4a0b159 (patch)
tree1d388bf2c4263e31d64d6c529bddd5dad3b1d871 /build.gradle
parentc36d564b6999aa80ffffb9d94468a2d9b0ce0d21 (diff)
update gradle to 2.2.1 and android gradle plugin to 1.0.0
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 6718e140..49d439d0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.0.0-rc4'
+ classpath 'com.android.tools.build:gradle:1.0.0'
}
}