Bump build tools version

This commit is contained in:
Jonas Kalderstam 2015-06-01 20:41:18 +02:00
parent 60a971cb76
commit 20561f1bb1
1 changed files with 1 additions and 14 deletions

View File

@ -5,12 +5,8 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.1.0'
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.novoda:bintray-release:0.2.10'
//classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.1"
//classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.1'
//classpath 'com.github.dcendents:android-maven-plugin:1.2'
}
}
@ -19,12 +15,3 @@ allprojects {
jcenter()
}
}
//apply plugin: 'com.jfrog.bintray'
//apply plugin: 'io.codearte.nexus-staging'
//nexusStaging {
// packageGroup = "com.nononsenseapps"
//stagingProfileId = "yourStagingProfileId" //when not defined will be got from server using "packageGroup"
//}