Fix integer variant of library version.

This commit is contained in:
Oliver Woodman 2014-08-01 15:51:48 +01:00
parent ad26085e5c
commit 32464e6de4

View File

@ -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}