From 4adb78552b37b448a5d054e6f094f16b0f4e8942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:39:34 +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.3.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..b1f6ff2 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.3.2" implementation rootProject.ext.core }