Bump version to 2.5.0-beta2
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=163830353
This commit is contained in:
parent
13513b9c3e
commit
c01c8cd2a6
@ -1,11 +1,11 @@
|
|||||||
# Release notes #
|
# Release notes #
|
||||||
|
|
||||||
### r2.5.0-beta1 ###
|
### r2.5.0 (beta) ###
|
||||||
|
|
||||||
* IMA extension: Wraps the Google Interactive Media Ads (IMA) SDK to provide an
|
* IMA extension: Wraps the Google Interactive Media Ads (IMA) SDK to provide an
|
||||||
easy and seamless way of incorporating display ads into ExoPlayer playbacks.
|
easy and seamless way of incorporating display ads into ExoPlayer playbacks.
|
||||||
You can read more about the IMA extension *A link to a blog post about this
|
You can read more about the IMA extension
|
||||||
extension will be added here prior to the stable 2.5.0 release.*
|
[here](https://medium.com/google-exoplayer/playing-ads-with-exoplayer-and-ima-868dfd767ea).
|
||||||
* MediaSession extension: Provides an easy to to connect ExoPlayer with
|
* MediaSession extension: Provides an easy to to connect ExoPlayer with
|
||||||
MediaSessionCompat in the Android Support Library. *A link to a blog post
|
MediaSessionCompat in the Android Support Library. *A link to a blog post
|
||||||
about this extension will be added here prior to the stable 2.5.0 release.*
|
about this extension will be added here prior to the stable 2.5.0 release.*
|
||||||
@ -48,6 +48,8 @@
|
|||||||
([#889](https://github.com/google/ExoPlayer/issues/889)).
|
([#889](https://github.com/google/ExoPlayer/issues/889)).
|
||||||
* AndroidTV: Fixed issue where tunneled video playback would not start on some
|
* AndroidTV: Fixed issue where tunneled video playback would not start on some
|
||||||
devices ([#2985](https://github.com/google/ExoPlayer/issues/2985)).
|
devices ([#2985](https://github.com/google/ExoPlayer/issues/2985)).
|
||||||
|
* MPEG-TS: Fixed segmentation issue when parsing H262
|
||||||
|
([#2891](https://github.com/google/ExoPlayer/issues/2891)).
|
||||||
* Cronet extension: Support for a user-defined fallback if Cronet library is not
|
* Cronet extension: Support for a user-defined fallback if Cronet library is not
|
||||||
present.
|
present.
|
||||||
* Misc bugfixes.
|
* Misc bugfixes.
|
||||||
|
@ -24,7 +24,7 @@ project.ext {
|
|||||||
supportLibraryVersion = '25.4.0'
|
supportLibraryVersion = '25.4.0'
|
||||||
dexmakerVersion = '1.2'
|
dexmakerVersion = '1.2'
|
||||||
mockitoVersion = '1.9.5'
|
mockitoVersion = '1.9.5'
|
||||||
releaseVersion = 'r2.5.0-beta1'
|
releaseVersion = 'r2.5.0-beta2'
|
||||||
modulePrefix = ':'
|
modulePrefix = ':'
|
||||||
if (gradle.ext.has('exoplayerModulePrefix')) {
|
if (gradle.ext.has('exoplayerModulePrefix')) {
|
||||||
modulePrefix += gradle.ext.exoplayerModulePrefix
|
modulePrefix += gradle.ext.exoplayerModulePrefix
|
||||||
|
@ -31,13 +31,13 @@ public final class ExoPlayerLibraryInfo {
|
|||||||
* The version of the library expressed as a string, for example "1.2.3".
|
* The version of the library expressed as a string, for example "1.2.3".
|
||||||
*/
|
*/
|
||||||
// Intentionally hardcoded. Do not derive from other constants (e.g. VERSION_INT) or vice versa.
|
// Intentionally hardcoded. Do not derive from other constants (e.g. VERSION_INT) or vice versa.
|
||||||
public static final String VERSION = "2.5.0-beta1";
|
public static final String VERSION = "2.5.0-beta2";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The version of the library expressed as {@code "ExoPlayerLib/" + VERSION}.
|
* The version of the library expressed as {@code "ExoPlayerLib/" + VERSION}.
|
||||||
*/
|
*/
|
||||||
// Intentionally hardcoded. Do not derive from other constants (e.g. VERSION) or vice versa.
|
// Intentionally hardcoded. Do not derive from other constants (e.g. VERSION) or vice versa.
|
||||||
public static final String VERSION_SLASHY = "ExoPlayerLib/2.5.0-beta1";
|
public static final String VERSION_SLASHY = "ExoPlayerLib/2.5.0-beta2";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The version of the library expressed as an integer, for example 1002003.
|
* The version of the library expressed as an integer, for example 1002003.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user