Skip to content

Commit

Permalink
chore(version): bump to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Apr 25, 2022
1 parent 7b75620 commit 9751b87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog
All changes to this project will be documented in this file.

## [1.1.0] - 2022-04-13
## [1.0.2] - 2022-04-25
- Do not remove SurfaceView callbacks when the Surface is destroyed.

## [1.0.1] - 2022-04-13
- Fix audioConfig and videoConfig API
- Improve stop live button look

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.1.0'
implementation 'video.api:android-live-stream:1.0.2'
}
```

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.0.1
VERSION_CODE=1000001
VERSION_NAME=1.0.2
VERSION_CODE=1000002
GROUP=video.api

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

0 comments on commit 9751b87

Please sign in to comment.