Skip to content

Commit

Permalink
chore(version): bump to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Mar 1, 2024
1 parent c8285a6 commit b29924c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.4.1] - 2024-03-01

- Fix preview aspect ratio
- Fix 480p resolution
- Fix crashes due to missing permissions

## [1.4.0] - 2024-02-15

- Add an API to explicitly set the camera to use
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ On build.gradle add the following code in dependencies:

```groovy
dependencies {
implementation 'video.api:android-live-stream:1.4.0'
implementation 'video.api:android-live-stream:1.4.1'
}
```

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

VERSION_NAME=1.4.0
VERSION_CODE=1004000
VERSION_NAME=1.4.1
VERSION_CODE=1004001
GROUP=video.api

POM_DESCRIPTION=Android live stream module for api.video service.
Expand Down

0 comments on commit b29924c

Please sign in to comment.