Fix integer variant of library version.
This commit is contained in:
parent
ad26085e5c
commit
32464e6de4
@ -34,7 +34,7 @@ public class ExoPlayerLibraryInfo {
|
|||||||
* Three digits are used for each component of {@link #VERSION}. For example "1.2.3" has the
|
* Three digits are used for each component of {@link #VERSION}. For example "1.2.3" has the
|
||||||
* corresponding integer version 1002003.
|
* 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}
|
* Whether the library was compiled with {@link com.google.android.exoplayer.util.Assertions}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user