Skip to content

Commit

Permalink
nfc: Add some info about us to the sdk POM (artifact metadata) (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
daytime-em committed Jul 31, 2023
1 parent c7bfb38 commit 6510676
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,22 @@ muxDistribution {
footer = "(c) " + new Date().format("yyyy") + " Mux, Inc. Have questions or need help?" +
" Contact support@mux.com"
}
pom {
description "The Mux Upload SDK for Android"
inceptionYear = "2023"
url = "https://github.com/muxinc/android-upload-sdk"
organization {
name = "Mux, Inc"
url = "https://www.mux.com"
}
developers {
developer {
email = "support@mux.com"
name = "The player and sdks team @mux"
organization = "Mux, inc"
}
}
}
}

dependencies {
Expand Down

0 comments on commit 6510676

Please sign in to comment.