Skip to content

Commit

Permalink
test(android): use jitpack to test native dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Feb 28, 2024
1 parent e26a9a9 commit 974c18d
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.1") {
implementation("com.github.apivideo:api.video-android-live-stream:tmp~jitpack-SNAPSHOT") {
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 974c18d

Please sign in to comment.