We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c7de4b commit a9f3fbdCopy full SHA for a9f3fbd
core/build.gradle.kts
@@ -26,6 +26,10 @@ dependencies {
26
implementation(libs.androidx.window)
27
implementation(libs.androidx.concurrent.futures)
28
29
+ testImplementation(project(":streampack-srt"))
30
+ testImplementation(project(":streampack-flv"))
31
+ testImplementation(project(":streampack-rtmp"))
32
+
33
testImplementation(libs.androidx.test.rules)
34
testImplementation(libs.androidx.test.core.ktx)
35
testImplementation(libs.androidx.test.ext.junit.ktx)
0 commit comments