Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b3a1dcfe
authored
Oct 19, 2021
by
olly
Committed by
Oliver Woodman
Oct 19, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix remaining releaseArtifactId renames
PiperOrigin-RevId: 404236349
parent
2ef22060
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
extensions/media2/build.gradle
extensions/mediasession/build.gradle
library/all/build.gradle
extensions/media2/build.gradle
View file @
b3a1dcfe
...
...
@@ -35,7 +35,7 @@ ext {
apply
from:
'../../javadoc_library.gradle'
ext
{
releaseArtifact
=
'extension-media2'
releaseArtifact
Id
=
'extension-media2'
releaseDescription
=
'Media2 extension for ExoPlayer.'
}
apply
from:
'../../publish.gradle'
extensions/mediasession/build.gradle
View file @
b3a1dcfe
...
...
@@ -26,7 +26,7 @@ ext {
apply
from:
'../../javadoc_library.gradle'
ext
{
releaseArtifact
=
'extension-mediasession'
releaseArtifact
Id
=
'extension-mediasession'
releaseDescription
=
'Media session extension for ExoPlayer.'
}
apply
from:
'../../publish.gradle'
library/all/build.gradle
View file @
b3a1dcfe
...
...
@@ -24,7 +24,7 @@ dependencies {
}
ext
{
releaseArtifact
=
'exoplayer'
releaseArtifact
Id
=
'exoplayer'
releaseDescription
=
'The ExoPlayer library (all modules).'
}
apply
from:
'../../publish.gradle'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment