mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Bump dev version to 1.3.x
This commit is contained in:
parent
3472e86c36
commit
b46d1fc7cc
@ -16,8 +16,8 @@
|
||||
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.google.android.exoplayer.demo"
|
||||
android:versionCode="1200"
|
||||
android:versionName="1.2.00"
|
||||
android:versionCode="1300"
|
||||
android:versionName="1.3.00"
|
||||
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.2.0";
|
||||
public static final String VERSION = "1.3.0";
|
||||
|
||||
/**
|
||||
* 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 001002003.
|
||||
*/
|
||||
public static final int VERSION_INT = 001002000;
|
||||
public static final int VERSION_INT = 001003000;
|
||||
|
||||
/**
|
||||
* Whether the library was compiled with {@link com.google.android.exoplayer.util.Assertions}
|
||||
|
Loading…
x
Reference in New Issue
Block a user