From e2ebcffdf8141eb2c409f6638f801655323b6d76 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 2 Sep 2024 04:43:37 +0000
Subject: [PATCH] Bump
 com.github.pedroSG94.rtmp-rtsp-stream-client-java:rtplibrary

Bumps com.github.pedroSG94.rtmp-rtsp-stream-client-java:rtplibrary from 2.2.4 to 2.5.0.

---
updated-dependencies:
- dependency-name: com.github.pedroSG94.rtmp-rtsp-stream-client-java:rtplibrary
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 libraries/streamlib/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/streamlib/build.gradle b/libraries/streamlib/build.gradle
index be27b15..6e5eb1d 100644
--- a/libraries/streamlib/build.gradle
+++ b/libraries/streamlib/build.gradle
@@ -7,6 +7,6 @@ android {
 
 dependencies {
     implementation project(":libraries:libuvccamera")
-    api "com.github.pedroSG94.rtmp-rtsp-stream-client-java:rtplibrary:2.2.4"
+    api "com.github.pedroSG94.rtmp-rtsp-stream-client-java:rtplibrary:2.5.0"
     implementation rootProject.ext.core
 }