Skip to content

Commit c3109a7

Browse files
committed
remove android.permission.REORDER_TASKS permission
1 parent 6d21ae8 commit c3109a7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,10 @@ dependencies {
285285
if (findProject(":syncplayer") != null) {
286286
implementation project(':syncplayer')
287287
} else {
288-
implementation "com.github.netless-io:sync-player-android:1.2.1"
288+
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+
}
289292
}
290293

291294
implementation 'io.agora.rtc:full-sdk:4.3.0'

0 commit comments

Comments
 (0)