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
b91db3f5
authored
Nov 30, 2021
by
olly
Committed by
tonihei
Dec 02, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Add "3" into media3 version string
PiperOrigin-RevId: 413079384
parent
43328d76
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
libraries/common/src/main/java/androidx/media3/common/MediaLibraryInfo.java
libraries/common/src/main/java/androidx/media3/common/MediaLibraryInfo.java
View file @
b91db3f5
...
@@ -25,15 +25,15 @@ import java.util.HashSet;
...
@@ -25,15 +25,15 @@ import java.util.HashSet;
public
final
class
MediaLibraryInfo
{
public
final
class
MediaLibraryInfo
{
/** A tag to use when logging library information. */
/** A tag to use when logging library information. */
public
static
final
String
TAG
=
"AndroidXMedia"
;
public
static
final
String
TAG
=
"AndroidXMedia
3
"
;
/** The version of the library expressed as a string, for example "1.2.3". */
/** The version of the library expressed as a string, for example "1.2.3". */
// Intentionally hardcoded. Do not derive from other constants (e.g. VERSION_INT) or vice versa.
// Intentionally hardcoded. Do not derive from other constants (e.g. VERSION_INT) or vice versa.
public
static
final
String
VERSION
=
"1.0.0-alpha"
;
public
static
final
String
VERSION
=
"1.0.0-alpha
01
"
;
/** The version of the library expressed as {@code TAG + "/" + VERSION}. */
/** The version of the library expressed as {@code TAG + "/" + VERSION}. */
// Intentionally hardcoded. Do not derive from other constants (e.g. VERSION) or vice versa.
// Intentionally hardcoded. Do not derive from other constants (e.g. VERSION) or vice versa.
public
static
final
String
VERSION_SLASHY
=
"AndroidXMedia
/1.0.0-alpha
"
;
public
static
final
String
VERSION_SLASHY
=
"AndroidXMedia
3/1.0.0-alpha01
"
;
/**
/**
* The version of the library expressed as an integer, for example 1002003.
* The version of the library expressed as an integer, for example 1002003.
...
...
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