Drop the 'r' from release version.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=175543465
This commit is contained in:
olly 2017-11-13 09:35:49 -08:00 committed by Oliver Woodman
parent 4787ffac93
commit 96a856c0b5
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
# Release notes #
### r2.6.0 ###
### 2.6.0 ###
* Removed "r" prefix from versions. This release is "2.6.0", not "r2.6.0".
* New `Player.DefaultEventListener` abstract class can be extended to avoid
having to implement all methods defined by `Player.EventListener`.
* Added a reason to `EventListener.onPositionDiscontinuity`

View File

@ -28,7 +28,7 @@ project.ext {
junitVersion = '4.12'
truthVersion = '0.35'
robolectricVersion = '3.4.2'
releaseVersion = 'r2.6.0'
releaseVersion = '2.6.0'
modulePrefix = ':'
if (gradle.ext.has('exoplayerModulePrefix')) {
modulePrefix += gradle.ext.exoplayerModulePrefix