summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-10-19 02:13:37 +0200
committerArne Schwabe <arne@rfc2549.org>2013-10-19 02:13:37 +0200
commitfee992e1225e8a59f41327c06c8acc602447d674 (patch)
tree7fb9c3965dc2d40fac50c518b1880e00e010366c
parent313775ae54d11aae34d5b7137c70d284afd59acd (diff)
Update to new Android Studio
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 2ffa8a93..36de4409 100644
--- a/build.gradle
+++ b/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.5.+'
+ classpath 'com.android.tools.build:gradle:0.6.+'
}
}
@@ -19,7 +19,7 @@ dependencies {
android {
compileSdkVersion 18
- buildToolsVersion "18.1"
+ buildToolsVersion "18.1.1"
defaultConfig {
minSdkVersion 14