Bump version to 1.0.12.
This commit is contained in:
parent
4e7b333aee
commit
5b9c92cb83
@ -16,8 +16,8 @@
|
||||
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.google.android.exoplayer.demo"
|
||||
android:versionCode="1010"
|
||||
android:versionName="1.0.10"
|
||||
android:versionCode="1012"
|
||||
android:versionName="1.0.12"
|
||||
android:theme="@style/RootTheme">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
|
@ -26,7 +26,7 @@ public class ExoPlayerLibraryInfo {
|
||||
/**
|
||||
* The version of the library, expressed as a string.
|
||||
*/
|
||||
public static final String VERSION = "1.0.11";
|
||||
public static final String VERSION = "1.0.12";
|
||||
|
||||
/**
|
||||
* The version of the library, expressed as an integer.
|
||||
@ -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 = 1000011;
|
||||
public static final int VERSION_INT = 1000012;
|
||||
|
||||
/**
|
||||
* Whether the library was compiled with {@link com.google.android.exoplayer.util.Assertions}
|
||||
|
Loading…
x
Reference in New Issue
Block a user