Updated version numbers in build.gradle

This commit is contained in:
daniel oeh 2013-12-30 00:58:21 +01:00
parent d597b056fb
commit 999d10ae5d
1 changed files with 7 additions and 2 deletions

View File

@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.6.+'
classpath 'com.android.tools.build:gradle:0.7.+'
}
}
apply plugin: 'android'
@ -38,7 +38,7 @@ dependencies {
android {
compileSdkVersion 19
buildToolsVersion "19.0.0"
buildToolsVersion "19.0.1"
defaultConfig {
minSdkVersion 10
@ -94,4 +94,9 @@ android {
signingConfig signingConfigs.releaseConfig
}
}
packagingOptions {
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/NOTICE.txt'
}
}