Skip to content

Commit

Permalink
clarify name
Browse files Browse the repository at this point in the history
  • Loading branch information
StageGuard committed Dec 22, 2024
1 parent 9d9ef03 commit ebb6acf
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mediamp
# MediaMP

Mediamp is a Kotlin-first media player for Jetpack Compose and Compose Multiplatform. It is an
MediaMP is a Kotlin-first media player for Jetpack Compose and Compose Multiplatform. It is an
wrapper over popular media player libraries like ExoPlayer on each platform.

Supported targets and backends:
Expand Down
12 changes: 6 additions & 6 deletions mediamp-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,20 @@ mavenPublishing {
signAllPublications()

pom {
name = "Mediamp API"
description = "Core API for Mediamp"
name = "MediaMP API"
description = "Core API for MediaMP"
url = "https://github.com/open-ani/mediamp"

licenses {
name = ""
url = ""
name = "GNU General Public License, version 3"
url = "https://github.com/open-ani/mediamp/blob/main/LICENSE"
}

developers {
developer {
id = "open-ani"
id = "openani"
name = "The OpenAni Team and contributors"
email = ""
email = "support@openani.org"
}
}

Expand Down
14 changes: 7 additions & 7 deletions mediamp-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,20 +78,20 @@ mavenPublishing {
signAllPublications()

pom {
name = "Mediamp Core"
description = "Core library for Mediamp"
name = "MediaMP Core"
description = "Core library for MediaMP"
url = "https://github.com/open-ani/mediamp"

licenses {
name = ""
url = ""
name = "GNU General Public License, version 3"
url = "https://github.com/open-ani/mediamp/blob/main/LICENSE"
}

developers {
developers {
developer {
id = "open-ani"
id = "openani"
name = "The OpenAni Team and contributors"
email = ""
email = "support@openani.org"
}
}

Expand Down
12 changes: 6 additions & 6 deletions mediamp-source-kotlinx-io/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,20 @@ mavenPublishing {
signAllPublications()

pom {
name = "Mediamp Source - Kotlinx IO"
description = "Mediamp data source implementation for Kotlinx IO"
name = "MediaMP Source - Kotlinx IO"
description = "MediaMP data source implementation for Kotlinx IO"
url = "https://github.com/open-ani/mediamp"

licenses {
name = ""
url = ""
name = "GNU General Public License, version 3"
url = "https://github.com/open-ani/mediamp/blob/main/LICENSE"
}

developers {
developer {
id = "open-ani"
id = "openani"
name = "The OpenAni Team and contributors"
email = ""
email = "support@openani.org"
}
}

Expand Down

0 comments on commit ebb6acf

Please sign in to comment.