diff --git a/android/build.gradle b/android/build.gradle index a90a29b..30b7ab3 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -50,5 +50,6 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'flutter:flutter:0.0.7' // implementation 'com.github.pedroSG94.rtmp-rtsp-stream-client-java:rtplibrary:1.8.2' + implementation 'com.github.pedroSG94.rtmp-rtsp-stream-client-java:encoder:1.8.2' implementation project(':rtplibrary') }