mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix remaining releaseArtifactId renames
PiperOrigin-RevId: 404236349
This commit is contained in:
parent
2ef2206041
commit
b3a1dcfee9
@ -35,7 +35,7 @@ ext {
|
|||||||
apply from: '../../javadoc_library.gradle'
|
apply from: '../../javadoc_library.gradle'
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
releaseArtifact = 'extension-media2'
|
releaseArtifactId = 'extension-media2'
|
||||||
releaseDescription = 'Media2 extension for ExoPlayer.'
|
releaseDescription = 'Media2 extension for ExoPlayer.'
|
||||||
}
|
}
|
||||||
apply from: '../../publish.gradle'
|
apply from: '../../publish.gradle'
|
||||||
|
@ -26,7 +26,7 @@ ext {
|
|||||||
apply from: '../../javadoc_library.gradle'
|
apply from: '../../javadoc_library.gradle'
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
releaseArtifact = 'extension-mediasession'
|
releaseArtifactId = 'extension-mediasession'
|
||||||
releaseDescription = 'Media session extension for ExoPlayer.'
|
releaseDescription = 'Media session extension for ExoPlayer.'
|
||||||
}
|
}
|
||||||
apply from: '../../publish.gradle'
|
apply from: '../../publish.gradle'
|
||||||
|
@ -24,7 +24,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
releaseArtifact = 'exoplayer'
|
releaseArtifactId = 'exoplayer'
|
||||||
releaseDescription = 'The ExoPlayer library (all modules).'
|
releaseDescription = 'The ExoPlayer library (all modules).'
|
||||||
}
|
}
|
||||||
apply from: '../../publish.gradle'
|
apply from: '../../publish.gradle'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user