Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
Release version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dcendents committed Nov 21, 2014
1 parent a4b52a7 commit 3110bb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.gradle
Expand Up @@ -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'
Expand All @@ -37,9 +37,11 @@ bintray {
publish = true
pkg {
repo = 'gradle-plugins'
name = 'GradleAndroidMavenPlugin'
version {
gpg {
sign = true
passphrase = "${bintrayPassphrase}"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,3 +1,3 @@
group=com.github.dcendents
theName=android-maven-plugin
version=1.2-SNAPSHOT
version=1.2

0 comments on commit 3110bb3

Please sign in to comment.