Commit 96a856c0 by olly Committed by Oliver Woodman

Drop the 'r' from release version.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=175543465
parent 4787ffac
Showing with 3 additions and 2 deletions
# Release notes # # 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 * New `Player.DefaultEventListener` abstract class can be extended to avoid
having to implement all methods defined by `Player.EventListener`. having to implement all methods defined by `Player.EventListener`.
* Added a reason to `EventListener.onPositionDiscontinuity` * Added a reason to `EventListener.onPositionDiscontinuity`
......
...@@ -28,7 +28,7 @@ project.ext { ...@@ -28,7 +28,7 @@ project.ext {
junitVersion = '4.12' junitVersion = '4.12'
truthVersion = '0.35' truthVersion = '0.35'
robolectricVersion = '3.4.2' robolectricVersion = '3.4.2'
releaseVersion = 'r2.6.0' releaseVersion = '2.6.0'
modulePrefix = ':' modulePrefix = ':'
if (gradle.ext.has('exoplayerModulePrefix')) { if (gradle.ext.has('exoplayerModulePrefix')) {
modulePrefix += gradle.ext.exoplayerModulePrefix modulePrefix += gradle.ext.exoplayerModulePrefix
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment