Skip to content

Commit

Permalink
Update repository configuration for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-victor-nascimento committed Nov 30, 2016
1 parent 68c35f7 commit b641f8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions canarinho/build.gradle
Expand Up @@ -4,15 +4,16 @@ apply from: "$rootDir/tools/linters/linters.gradle"
ext {
bintrayRepo = 'maven'
bintrayName = 'canarinho'
bintrayUserOrg = 'concretesolutions'

publishedGroupId = 'br.com.concretesolutions'
libraryName = 'Android Canarinho'
artifact = 'canarinho'

libraryDescription = 'Utilitários Android para padrões Brasileiros'
siteUrl = 'https://github.com/cs-victor-nascimento/canarinho'
gitUrl = 'https://github.com/cs-victor-nascimento/canarinho.git'
libraryVersion = '1.1.1'
siteUrl = 'https://github.com/concretesolutions/canarinho'
gitUrl = 'https://github.com/concretesolutions/canarinho.git'
libraryVersion = '1.2.0'

developerId = 'cs-victor-nascimento'
developerName = 'Victor Oliveira Nascimento'
Expand Down
1 change: 1 addition & 0 deletions canarinho/publica.gradle
Expand Up @@ -72,6 +72,7 @@ bintray {
pkg {
repo = bintrayRepo
name = bintrayName
userOrg = bintrayUserOrg
desc = libraryDescription
websiteUrl = siteUrl
vcsUrl = gitUrl
Expand Down

0 comments on commit b641f8c

Please sign in to comment.