Skip to content

Commit

Permalink
chore(version): bump to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Aug 3, 2022
1 parent e9445b1 commit fe0243b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Change Log
==========

Version 2.3.2
-------------

## Features:

- Add apks in the build CI workflow
- Allow to set camera when camera has not been started

## Bug fixes:

- Multiple fixes on FLV/RTMP
- demo-screenrecorder: do not set profile nor level

Version 2.3.1
-------------

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ Get StreamPack core latest artifacts on mavenCentral:

```groovy
dependencies {
implementation 'io.github.thibaultbee:streampack:2.3.1'
implementation 'io.github.thibaultbee:streampack:2.3.2'
}
```

If you want to use RTMP, you need to add the following dependency:

```groovy
dependencies {
implementation 'io.github.thibaultbee:streampack-extension-rtmp:2.3.1'
implementation 'io.github.thibaultbee:streampack-extension-rtmp:2.3.2'
}
```

If you want to use SRT, you need to add the following dependency:

```groovy
dependencies {
implementation 'io.github.thibaultbee:streampack-extension-srt:2.3.1'
implementation 'io.github.thibaultbee:streampack-extension-srt:2.3.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apply plugin: 'org.jetbrains.dokka'
buildscript {
ext {
// Upgrade StreamPack version here
streampackCode = 2_003_001
streampackVersion = '2.3.1'
streampackCode = 2_003_002
streampackVersion = '2.3.2'

minSdk = 21
compileSdk = 31
Expand Down

0 comments on commit fe0243b

Please sign in to comment.