Skip to content

Commit

Permalink
Version bump for exoplayer 2.19.0 continued
Browse files Browse the repository at this point in the history
#minor-release

PiperOrigin-RevId: 543369900
  • Loading branch information
tof-tof committed Jun 26, 2023
1 parent b9d289f commit fb6a496
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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;
Expand Down

0 comments on commit fb6a496

Please sign in to comment.