Bump version to 1.5.4
This commit is contained in:
parent
7d9007af28
commit
39a7cea987
@ -17,7 +17,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.google.android.exoplayer.demo"
|
||||
android:versionCode="1503"
|
||||
android:versionName="1.5.3"
|
||||
android:versionName="1.5.4"
|
||||
android:theme="@style/RootTheme">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
|
@ -18,7 +18,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.google.android.exoplayer.demo.vp9opus"
|
||||
android:versionCode="1503"
|
||||
android:versionName="1.5.3"
|
||||
android:versionName="1.5.4"
|
||||
android:theme="@style/RootTheme">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
|
@ -77,7 +77,7 @@ publish {
|
||||
userOrg = 'google'
|
||||
groupId = 'com.google.android.exoplayer'
|
||||
artifactId = 'exoplayer'
|
||||
version = 'r1.5.3'
|
||||
version = 'r1.5.4'
|
||||
description = 'The ExoPlayer library.'
|
||||
website = 'https://github.com/google/ExoPlayer'
|
||||
}
|
||||
|
@ -23,7 +23,7 @@ public final class ExoPlayerLibraryInfo {
|
||||
/**
|
||||
* The version of the library, expressed as a string.
|
||||
*/
|
||||
public static final String VERSION = "1.5.3";
|
||||
public static final String VERSION = "1.5.4";
|
||||
|
||||
/**
|
||||
* The version of the library, expressed as an integer.
|
||||
@ -31,7 +31,7 @@ public final 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 = 001005003;
|
||||
public static final int VERSION_INT = 001005004;
|
||||
|
||||
/**
|
||||
* Whether the library was compiled with {@link com.google.android.exoplayer.util.Assertions}
|
||||
|
@ -18,7 +18,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.google.android.exoplayer.playbacktests"
|
||||
android:versionCode="1503"
|
||||
android:versionName="1.5.3">
|
||||
android:versionName="1.5.4">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user