Skip to content

Commit dbc5329

Browse files
committed
edit dependencies
1 parent 7561a09 commit dbc5329

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

webrtc-android-framework/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ 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:android-sdk:2.7.3"
79+
implementation "live.100ms:webrtc:m107-hms-1.5"
8080
testImplementation 'junit:junit:4.13.2'
8181
testImplementation 'org.mockito:mockito-core:1.10.19'
8282
testImplementation 'org.apache.commons:commons-lang3:3.12.0'

webrtc-android-sample-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ 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:android-sdk:2.7.3"
97+
implementation "live.100ms:webrtc:m107-hms-1.5"
9898
implementation 'androidx.multidex:multidex:2.0.1'
9999
implementation 'androidx.appcompat:appcompat:1.5.1'
100100
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'

0 commit comments

Comments
 (0)