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
b74ee00c
authored
Oct 19, 2021
by
bachinger
Committed by
Oliver Woodman
Oct 20, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Minor JavaDoc improvement in ExoPlayerLibraryInfo
PiperOrigin-RevId: 404384670
parent
0555ae0a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
library/common/src/main/java/com/google/android/exoplayer2/ExoPlayerLibraryInfo.java
library/common/src/main/java/com/google/android/exoplayer2/ExoPlayerLibraryInfo.java
View file @
b74ee00c
...
...
@@ -19,17 +19,17 @@ import com.google.android.exoplayer2.util.Assertions;
import
com.google.android.exoplayer2.util.TraceUtil
;
import
java.util.HashSet
;
/** Information about the
library
. */
/** Information about the
media libraries
. */
public
final
class
ExoPlayerLibraryInfo
{
/** A tag to use when logging library information. */
public
static
final
String
TAG
=
"ExoPlayer"
;
public
static
final
String
TAG
=
"ExoPlayer
Lib
"
;
/** 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.
public
static
final
String
VERSION
=
"2.15.1"
;
/** The version of the library expressed as {@code
"ExoPlayerLib
/" + 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.
public
static
final
String
VERSION_SLASHY
=
"ExoPlayerLib/2.15.1"
;
...
...
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