Bump version to 1.5.2

This commit is contained in:
Oliver Woodman 2015-10-27 20:07:54 +00:00
parent 62a89ae90c
commit cda5b20353
6 changed files with 13 additions and 12 deletions

View File

@ -1,10 +1,11 @@
# Release notes # # Release notes #
### Current dev branch (from r1.5.1) ### ### r1.5.2 ###
* [Nothing yet] * MPEG-TS/HLS: Fix frame drops playing H265 video.
* SmoothStreaming: Fix parsing of ProtectionHeader.
### r1.5.0 ### ### r1.5.1 ###
* Enable smooth frame release by default. * Enable smooth frame release by default.
* Added OkHttpDataSource extension. * Added OkHttpDataSource extension.

View File

@ -16,8 +16,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.exoplayer.demo" package="com.google.android.exoplayer.demo"
android:versionCode="1501" android:versionCode="1502"
android:versionName="1.5.1" android:versionName="1.5.2"
android:theme="@style/RootTheme"> android:theme="@style/RootTheme">
<uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.INTERNET"/>

View File

@ -17,8 +17,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
package="com.google.android.exoplayer.demo.vp9opus" package="com.google.android.exoplayer.demo.vp9opus"
android:versionCode="1501" android:versionCode="1502"
android:versionName="1.5.1" android:versionName="1.5.2"
android:theme="@style/RootTheme"> android:theme="@style/RootTheme">
<uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.INTERNET"/>

View File

@ -77,7 +77,7 @@ publish {
userOrg = 'google' userOrg = 'google'
groupId = 'com.google.android.exoplayer' groupId = 'com.google.android.exoplayer'
artifactId = 'exoplayer' artifactId = 'exoplayer'
version = 'r1.5.1' version = 'r1.5.2'
description = 'The ExoPlayer library.' description = 'The ExoPlayer library.'
website = 'https://github.com/google/ExoPlayer' website = 'https://github.com/google/ExoPlayer'
} }

View File

@ -23,7 +23,7 @@ public final class ExoPlayerLibraryInfo {
/** /**
* The version of the library, expressed as a string. * The version of the library, expressed as a string.
*/ */
public static final String VERSION = "1.5.1"; public static final String VERSION = "1.5.2";
/** /**
* The version of the library, expressed as an integer. * 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 * Three digits are used for each component of {@link #VERSION}. For example "1.2.3" has the
* corresponding integer version 001002003. * corresponding integer version 001002003.
*/ */
public static final int VERSION_INT = 001005001; public static final int VERSION_INT = 001005002;
/** /**
* 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}

View File

@ -17,8 +17,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
package="com.google.android.exoplayer.playbacktests" package="com.google.android.exoplayer.playbacktests"
android:versionCode="1501" android:versionCode="1502"
android:versionName="1.5.1"> android:versionName="1.5.2">
<uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WAKE_LOCK"/> <uses-permission android:name="android.permission.WAKE_LOCK"/>