Commit b3a1dcfe by olly Committed by Oliver Woodman

Fix remaining releaseArtifactId renames

PiperOrigin-RevId: 404236349
parent 2ef22060
...@@ -35,7 +35,7 @@ ext { ...@@ -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 { ...@@ -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 { ...@@ -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'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment