We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731de48 commit 7ddeaffCopy full SHA for 7ddeaff
android/build.gradle
@@ -121,7 +121,7 @@ dependencies {
121
implementation "com.facebook.react:react-native:+"
122
123
implementation("video.api:rtmpdroid:1.2.1-packed")
124
- implementation("video.api:android-live-stream:1.4.2") {
+ implementation("video.api:android-live-stream:1.4.3") {
125
exclude group: 'video.api', module: 'rtmpdroid'
126
// exclude the transitive dependency to use packed version to avoid conflict with libssl.so and libcrypto.so
127
}
0 commit comments