Skip to content

Commit

Permalink
chore(deps): upgrade android native to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Oct 31, 2024
1 parent 731de48 commit 7ddeaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ dependencies {
implementation "com.facebook.react:react-native:+"

implementation("video.api:rtmpdroid:1.2.1-packed")
implementation("video.api:android-live-stream:1.4.2") {
implementation("video.api:android-live-stream:1.4.3") {
exclude group: 'video.api', module: 'rtmpdroid'
// exclude the transitive dependency to use packed version to avoid conflict with libssl.so and libcrypto.so
}
Expand Down

0 comments on commit 7ddeaff

Please sign in to comment.