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 }