Skip to content

Commit

Permalink
chore(version): bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Feb 7, 2023
1 parent 985c501 commit eace6b1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All changes to this project will be documented in this file.

## [1.2.0] - 2023-02-07

- Add support for live streaming
- Remove call to `player.json` endpoint
- Implements new VOD private video mechanism
- Add API for media controls and notifications
- Add extensions to set up videos for several Android players: ExoPlayer, MediaPlayer, VideoView.
- Fix 400 error on analytics

## [1.1.5] - 2022-12-12

- `ApiVideoPlayerController.duration` returns `0` when video is not loaded
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ In your module `build.gradle`, add the following code in `dependencies`:

```groovy
dependencies {
implementation 'video.api:android-player:1.1.4'
implementation 'video.api:android-player:1.2.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ POM_NAME=android-player
POM_ARTIFACT_ID=android-player
POM_PACKAGING=aar

VERSION_NAME=1.1.5
VERSION_CODE=1001005
VERSION_NAME=1.2.0
VERSION_CODE=1002000
GROUP=video.api

POM_DESCRIPTION=Android player for api.video service.
Expand Down

0 comments on commit eace6b1

Please sign in to comment.