Skip to content

Commit

Permalink
chore(version): bump to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jul 12, 2024
1 parent 25e5ed1 commit f2705f6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 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.5.1] - 2024-07-12

- Release `MediaSession` when player is released
- Fix `isMuted` and `volume` API
- Rename `videoId` to `mediaId` in `VideoOptions`
- Simplify controller constructors
- Use /session endpoint for private live stream
- Tests: fix failed due to emulator timeout

## [1.5.0] - 2023-11-09

- Add a `compose-player` module to use the player with Jetpack Compose
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ In your module `build.gradle`, add the following code in `dependencies`:

```groovy
dependencies {
implementation 'video.api:android-player:1.5.0'
implementation 'video.api:android-player:1.5.1'
}
```

For Jetpack Compose, also add the following code in `dependencies`:

```groovy
dependencies {
implementation 'video.api:android-compose-player:1.5.0'
implementation 'video.api:android-compose-player:1.5.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android.nonTransitiveRClass=true

android.nonFinalResIds=false

VERSION_NAME=1.5.0
VERSION_CODE=1005000
VERSION_NAME=1.5.1
VERSION_CODE=1005001
GROUP=video.api

POM_PACKAGING=aar
Expand Down

0 comments on commit f2705f6

Please sign in to comment.