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 79be83b commit 7f4052a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ ApiVideoLiveStream_kotlinVersion=1.9.24
ApiVideoLiveStream_minSdkVersion=24
ApiVideoLiveStream_targetSdkVersion=35
ApiVideoLiveStream_compileSdkVersion=35
ApiVideoLiveStream_ndkVersion=26.1.10909125
ApiVideoLiveStream_ndkVersion=26.1.10909125

0 comments on commit 7f4052a

Please sign in to comment.