Skip to content

Commit

Permalink
chore(version): bump to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Oct 9, 2023
1 parent 44ca812 commit 3ce614a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [1.4.2] - 2023-10-09

- Add `isLive` API
- Fix a crash on ExoPlayer Analytics when position < 0.0f

## [1.4.1] - 2023-09-27

- Fix a crash with parsing of URL on old Android versions due to group named capture
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.4.1'
implementation 'video.api:android-player:1.4.2'
}
```

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.4.1
VERSION_CODE=1004001
VERSION_NAME=1.4.2
VERSION_CODE=1004002
GROUP=video.api

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

0 comments on commit 3ce614a

Please sign in to comment.