Skip to content

Commit

Permalink
MBS-7806 add vcsurl
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvoronin committed Mar 30, 2020
1 parent ce8b3e0 commit cce77f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ fun Project.configureBintray(vararg publications: String) {
userOrg = "avito"
name = "avito-android"
setLicenses("Apache-2.0")
vcsUrl = "https://github.com/avito-tech/avito-android.git"

version(closureOf<VersionConfig> {
name = finalProjectVersion
Expand Down

0 comments on commit cce77f7

Please sign in to comment.