Skip to content

Commit

Permalink
chore(version): bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jan 6, 2023
1 parent 585ec7d commit d5920ca
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
@@ -1,6 +1,11 @@
# Changelog
All changes to this project will be documented in this file.

## [1.3.0] - 2023-01-06
- Add an API to set the interval between to key frames
- Synchronize video and audio RTMP packets
- Fix a crash when microphone is muted on few devices

## [1.2.3] - 2022-10-10
- Fix a crash on `stopStreaming` due to a `free` in `rtmpdroid`

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ On build.gradle add the following code in dependencies:

```groovy
dependencies {
implementation 'video.api:android-live-stream:1.2.3'
implementation 'video.api:android-live-stream:1.3.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 @@ POM_NAME=android-live-stream
POM_ARTIFACT_ID=android-live-stream
POM_PACKAGING=aar

VERSION_NAME=1.2.3
VERSION_CODE=1002003
VERSION_NAME=1.3.0
VERSION_CODE=1003000
GROUP=video.api

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

0 comments on commit d5920ca

Please sign in to comment.