Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): upgrade android native to 1.4.3
Browse files Browse the repository at this point in the history
ThibaultBee committed Oct 31, 2024
1 parent 731de48 commit 412830a
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -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
}
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ApiVideoLiveStream_kotlinVersion=1.8.0
ApiVideoLiveStream_kotlinVersion=2.0.0
ApiVideoLiveStream_minSdkVersion=21
ApiVideoLiveStream_targetSdkVersion=34
ApiVideoLiveStream_compileSdkVersion=34
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ buildscript {
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "25.1.8937393"
kotlinVersion = "1.8.0"
kotlinVersion = "2.0.0"
}
repositories {
google()

0 comments on commit 412830a

Please sign in to comment.