Skip to content

Commit

Permalink
Rebrand to jellyfin-androidx-media
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxr1998 authored and nielsvanvelzen committed Dec 24, 2023
1 parent 8590044 commit 497346c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/extension-build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ExoPlayer FFmpeg Extension / Build
name: AndroidX Media3 FFmpeg Decoder / Build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/extension-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ExoPlayer FFmpeg Extension / Publish
name: AndroidX Media3 FFmpeg Decoder / Publish

on:
push:
Expand Down
10 changes: 5 additions & 5 deletions media3-ffmpeg-decoder/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ val javadocJar by tasks.registering(Jar::class) {
dependsOn(generateJavadoc)
}

// Package sources from ExoPlayer FFmpeg extension project
// Package sources from decoder project
val sourcesJar by tasks.registering(Jar::class) {
archiveClassifier.set("sources")

Expand All @@ -63,12 +63,12 @@ afterEvaluate {
pom {
name.set("Jellyfin AndroidX Media3 libraries - $artifactId")
description.set("AndroidX Media3 FFmpeg decoder used in the Jellyfin project")
url.set("https://github.com/jellyfin/jellyfin-exoplayer-ffmpeg-extension")
url.set("https://github.com/jellyfin/jellyfin-androidx-media")

scm {
connection.set("scm:git:git://github.com/jellyfin/jellyfin-exoplayer-ffmpeg-extension.git")
developerConnection.set("scm:git:ssh://github.com:jellyfin/jellyfin-exoplayer-ffmpeg-extension.git")
url.set("https://github.com/jellyfin/jellyfin-exoplayer-ffmpeg-extension/tree/master")
connection.set("scm:git:git://github.com/jellyfin/jellyfin-androidx-media.git")
developerConnection.set("scm:git:ssh://github.com:jellyfin/jellyfin-androidx-media.git")
url.set("https://github.com/jellyfin/jellyfin-androidx-media/tree/master")
}

licenses {
Expand Down

0 comments on commit 497346c

Please sign in to comment.