updated build tools

This commit is contained in:
Frank Morgner
2015-09-29 22:02:50 +02:00
parent e6e480d48b
commit d7c5495b83
9 changed files with 43 additions and 46 deletions

View File

@@ -2,15 +2,18 @@
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.android.tools.build:gradle:1.3.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
mavenCentral()
jcenter()
}
}