mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Fix integer variant of library version.
This commit is contained in:
parent
ad26085e5c
commit
32464e6de4
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ public class ExoPlayerLibraryInfo {
|
|||
* Three digits are used for each component of {@link #VERSION}. For example "1.2.3" has the
|
||||
* corresponding integer version 1002003.
|
||||
*/
|
||||
public static final int VERSION_INT = 1000010;
|
||||
public static final int VERSION_INT = 1000011;
|
||||
|
||||
/**
|
||||
* Whether the library was compiled with {@link com.google.android.exoplayer.util.Assertions}
|
||||
|
|
|
|||
Loading…
Reference in a new issue