Update gradle

This commit is contained in:
Victor 2014-03-05 15:34:32 +02:00
parent 56d6a6a7a3
commit 845328fa5e

View File

@ -3,7 +3,7 @@ buildscript {
maven { url 'http://repo1.maven.org/maven2' } maven { url 'http://repo1.maven.org/maven2' }
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:0.4' classpath 'com.android.tools.build:gradle:0.8.+'
} }
} }
apply plugin: 'android' apply plugin: 'android'
@ -13,11 +13,11 @@ dependencies {
} }
android { android {
compileSdkVersion 17 compileSdkVersion 19
buildToolsVersion "17.0.0" buildToolsVersion "19.0.0"
defaultConfig { defaultConfig {
minSdkVersion 7 minSdkVersion 7
targetSdkVersion 17 targetSdkVersion 19
} }
} }