From 3110bb3725b832468b7438aae76ebc1ba5745ebb Mon Sep 17 00:00:00 2001 From: Daniel Beland Date: Fri, 21 Nov 2014 00:08:38 -0500 Subject: [PATCH] Release version 1.2 --- build.gradle | 4 +++- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a284cb9..0448c1e 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ targetCompatibility = 1.6 plugindev { pluginId = 'com.github.dcendents.android-maven' pluginImplementationClass 'org.gradle.api.plugins.AndroidMavenPlugin' - pluginName 'Gradle Android Maven plugin' + pluginName 'Gradle Android Maven Plugin' pluginDescription 'Modification to the standard Maven plugin to be compatible with android-library projects (aar).' pluginLicenses 'Apache-2.0' pluginTags 'gradle', 'plugin', 'android', 'maven' @@ -37,9 +37,11 @@ bintray { publish = true pkg { repo = 'gradle-plugins' + name = 'GradleAndroidMavenPlugin' version { gpg { sign = true + passphrase = "${bintrayPassphrase}" } } } diff --git a/gradle.properties b/gradle.properties index 4a163cc..c429952 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ group=com.github.dcendents theName=android-maven-plugin -version=1.2-SNAPSHOT +version=1.2