gradle: update

This commit is contained in:
Hannes Janetzek
2014-06-09 05:53:32 +02:00
parent b593179376
commit 5d939cdbfd
13 changed files with 24 additions and 21 deletions

View File

@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.9.+'
classpath 'com.android.tools.build:gradle:0.11.1'
// for aar/maven stuff
// https://github.com/dcendents/android-maven-plugin
classpath 'com.github.dcendents:android-maven-plugin:1.0'
@@ -35,7 +35,7 @@ dependencies {
android {
compileSdkVersion 19
buildToolsVersion '19.0.3'
buildToolsVersion '19.1'
sourceSets {
main {