Commit 7bd6e9b8 by tofunmi Committed by Tofunmi Adigun-Hameed

Version bump for exoplayer 2.19.0 continued

#minor-release

PiperOrigin-RevId: 543369900
(cherry picked from commit fb6a496607c7d476cb0893711e9620c4f72e0ce1)
parent 74c9eb0e
......@@ -35,11 +35,11 @@ public final class ExoPlayerLibraryInfo {
/** 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.18.7";
public static final String VERSION = "2.19.0";
/** 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.18.7";
public static final String VERSION_SLASHY = "ExoPlayerLib/2.19.0";
/**
* The version of the library expressed as an integer, for example 1002003.
......@@ -49,7 +49,7 @@ public final class ExoPlayerLibraryInfo {
* integer version 123045006 (123-045-006).
*/
// Intentionally hardcoded. Do not derive from other constants (e.g. VERSION) or vice versa.
public static final int VERSION_INT = 2_018_007;
public static final int VERSION_INT = 2_019_000;
/** Whether the library was compiled with {@link Assertions} checks enabled. */
public static final boolean ASSERTIONS_ENABLED = true;
......
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