Update gradle build script.

Change-Id: If5142c039b6307660402f1dbd30ded75e12f8c50
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
This commit is contained in:
BogDan Vatra 2014-12-12 15:58:50 +02:00 committed by Kai Koehne
parent 6c2da36c22
commit 14e2d8cc09

View File

@ -1,14 +1,20 @@
buildscript { buildscript {
repositories { repositories {
mavenCentral() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:0.12.1' classpath 'com.android.tools.build:gradle:1.0.0'
} }
} }
apply plugin: 'android' allprojects {
repositories {
jcenter()
}
}
apply plugin: 'com.android.application'
dependencies { dependencies {
compile fileTree(dir: 'libs', include: ['*.jar']) compile fileTree(dir: 'libs', include: ['*.jar'])