Skip to content

Commit

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

Version 2.3.3
-------------

## Features:

- srt: Update to srt 1.5.0

## Bug fixes:

- Fix ANR when connecting to a slow network

Version 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_002
streampackVersion = '2.3.2'
streampackCode = 2_003_003
streampackVersion = '2.3.3'

minSdk = 21
compileSdk = 31
Expand Down

0 comments on commit 95c639b

Please sign in to comment.