From 40fc51aad960b2375546dc19a84781eb5e31ceff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 04:21:54 +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.4.5. --- 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..9108f1d 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.4.5" implementation rootProject.ext.core }