Skip to content

Commit

Permalink
chore(version): bump to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jul 26, 2024
1 parent 4d0491f commit ee4b18b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [1.6.0] - 2024-07-26

- Use Analytics endpoint v2
- Upgrade to gradle 8.5
- Upgrade dependencies

## [1.5.1] - 2024-07-12

- Release `MediaSession` when player is released
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.1'
implementation 'video.api:android-player:1.6.0'
}
```

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

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

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.1
VERSION_CODE=1005001
VERSION_NAME=1.6.0
VERSION_CODE=1006000
GROUP=video.api

POM_PACKAGING=aar
Expand Down

0 comments on commit ee4b18b

Please sign in to comment.