From bc78b7b8221763d8e86c6a5befa1afb3013dba33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 04:19:49 +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.2. --- 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] --- 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..8a02128 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.2" implementation rootProject.ext.core }