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 6d21ae8 commit c3109a7Copy full SHA for c3109a7
1 file changed
app/build.gradle
@@ -285,7 +285,10 @@ dependencies {
285
if (findProject(":syncplayer") != null) {
286
implementation project(':syncplayer')
287
} else {
288
- implementation "com.github.netless-io:sync-player-android:1.2.1"
+ implementation ("com.github.netless-io:sync-player-android:1.2.1") {
289
+ exclude group: "androidx.test.ext", module: "junit-ktx"
290
+ exclude group: "androidx.test", module: "monitor"
291
+ }
292
}
293
294
implementation 'io.agora.rtc:full-sdk:4.3.0'
0 commit comments