Skip to content

Commit af036db

Browse files
authored
Merge pull request #667 from 100mslive/dev
Release :: 1.1.97
2 parents dae6d55 + 0aa1bb8 commit af036db

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ dependencies {
6161
//100ms.live prebuilt lib
6262
implementation "live.100ms:room-kit:$HMS_ROOM_KIT_VERSION"
6363

64-
def hmsVersion = "2.9.6"
64+
//100ms noise cancellation dep
65+
def hmsVersion = "2.9.51"
6566
implementation "live.100ms:hms-noise-cancellation-android:$hmsVersion"
6667

6768
// Navigation

room-kit/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies {
7272
implementation 'com.google.android.material:material:1.10.0'
7373
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
7474
implementation 'androidx.percentlayout:percentlayout:1.0.0'
75-
def hmsVersion = "2.9.6"
75+
def hmsVersion = "2.9.51"
7676
implementation "com.otaliastudios:zoomlayout:1.9.0"
7777
// To add dependencies of specific module
7878
implementation "live.100ms:android-sdk:$hmsVersion"

0 commit comments

Comments
 (0)