Skip to content

Commit 74d8fa7

Browse files
committed
add libraries
1 parent dbc5329 commit 74d8fa7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

webrtc-android-framework/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ dependencies {
7676
api fileTree(include: ['*.jar'], dir: 'libs')
7777
implementation 'com.google.code.findbugs:jsr305:3.0.2'
7878
implementation 'androidx.annotation:annotation:1.5.0'
79-
implementation "live.100ms:webrtc:m107-hms-1.5"
8079
testImplementation 'junit:junit:4.13.2'
8180
testImplementation 'org.mockito:mockito-core:1.10.19'
8281
testImplementation 'org.apache.commons:commons-lang3:3.12.0'

webrtc-android-sample-app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ task jacocoTestReport(type: JacocoReport, dependsOn: ['testDebugUnitTest','conne
9494
dependencies {
9595
api project(":webrtc-android-framework")
9696
implementation fileTree(include: ['*.jar'], dir: 'libs')
97-
implementation "live.100ms:webrtc:m107-hms-1.5"
9897
implementation 'androidx.multidex:multidex:2.0.1'
9998
implementation 'androidx.appcompat:appcompat:1.5.1'
10099
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

0 commit comments

Comments
 (0)