Skip to content

Commit

Permalink
Fix project name and url in Maven metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgyoung committed Apr 12, 2021
1 parent 329721a commit 5aac697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/publish-mavencentral.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ publishing {

pom {
name = PUBLISH_ARTIFACT_ID
description = 'Stream Chat official Android SDK'
url = 'https://github.com/getstream/stream-chat-android'
description = 'Android Beacon Library'
url = 'https://altbeacon.github.io/android-beacon-library'
licenses {
license {
name = 'Apache 2'
Expand Down

0 comments on commit 5aac697

Please sign in to comment.