From 20561f1bb1077bfef7a30b8887029aeb270fb3b2 Mon Sep 17 00:00:00 2001 From: Jonas Kalderstam Date: Mon, 1 Jun 2015 20:41:18 +0200 Subject: [PATCH] Bump build tools version --- build.gradle | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/build.gradle b/build.gradle index 640191b..72c6beb 100644 --- a/build.gradle +++ b/build.gradle @@ -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" -//}