Skip to content

Commit 7f4052a

Browse files
committed
chore(deps): upgrade android native to 1.4.3
1 parent 79be83b commit 7f4052a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ dependencies {
121121
implementation "com.facebook.react:react-native:+"
122122

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

android/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ ApiVideoLiveStream_kotlinVersion=1.9.24
22
ApiVideoLiveStream_minSdkVersion=24
33
ApiVideoLiveStream_targetSdkVersion=35
44
ApiVideoLiveStream_compileSdkVersion=35
5-
ApiVideoLiveStream_ndkVersion=26.1.10909125
5+
ApiVideoLiveStream_ndkVersion=26.1.10909125

0 commit comments

Comments
 (0)