Skip to content

Commit

Permalink
chore(dependency): bump to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jan 6, 2023
1 parent d8f3460 commit 585ec7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
targetSdkVersion = 31

// StreamPack
streamPackVersion = "2.5.0"
streamPackVersion = "2.5.2"
}
repositories {
google()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class VideoConfig(
startBitrate = bitrate,
resolution = resolution.size,
fps = fps,
gopSize = gopDuration
gopDuration = gopDuration
)
}

Expand All @@ -42,7 +42,7 @@ class VideoConfig(
bitrate = config.startBitrate,
resolution = Resolution.valueOf(config.resolution),
fps = config.fps,
gopDuration = config.gopSize
gopDuration = config.gopDuration
)
}

Expand Down

0 comments on commit 585ec7d

Please sign in to comment.