We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1293f2 commit 0914c9bCopy full SHA for 0914c9b
build.gradle.kts
@@ -27,6 +27,10 @@ dependencies {
27
implementation("com.squareup.okhttp3:okhttp-urlconnection")
28
implementation("com.squareup.okhttp3:logging-interceptor")
29
30
+ implementation("org.zeroturnaround:zt-exec:1.12") {
31
+ exclude("org.slf4j")
32
+ }
33
+
34
implementation(files("lib/webrtc-java-0.6.0.jar"))
35
implementation(files("lib/webrtc-java-0.6.0-windows-x86_64.jar"))
36
0 commit comments