mirror of
https://github.com/jellyfin/jellyfin-androidx-media.git
synced 2024-11-23 14:19:54 +00:00
Move group and version specification to root build file (#3)
This commit is contained in:
parent
81f6e2ad9d
commit
98ab3de282
@ -13,6 +13,9 @@ buildscript {
|
||||
}
|
||||
|
||||
allprojects {
|
||||
group = "org.jellyfin.exoplayer"
|
||||
version = createVersion()
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google()
|
||||
|
@ -5,9 +5,6 @@ plugins {
|
||||
signing
|
||||
}
|
||||
|
||||
group = "org.jellyfin.exoplayer"
|
||||
version = createVersion()
|
||||
|
||||
val exoplayerProject = project(":exoplayer-extension-ffmpeg")
|
||||
val android = exoplayerProject.extensions.findByType(BaseExtension::class.java) ?: error("Could not find android extension")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user