From 6afdce44ea695a99e1c7b58efa5a52e520d0b49e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 04:07:25 +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.9. --- 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..3de05b9 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.9" implementation rootProject.ext.core }