Skip to content

Commit

Permalink
Update sdk version
Browse files Browse the repository at this point in the history
Signed-off-by: Aniket Kadam <[email protected]>
  • Loading branch information
AniketSK committed May 17, 2024
1 parent 22d2108 commit 153f20f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation "live.100ms:room-kit:$HMS_ROOM_KIT_VERSION"

//100ms noise cancellation dep
def hmsVersion = "2.9.55"
def hmsVersion = "2.9.57"
implementation "live.100ms:hms-noise-cancellation-android:$hmsVersion"

// Navigation
Expand Down
2 changes: 1 addition & 1 deletion room-kit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
implementation 'com.google.android.material:material:1.10.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.percentlayout:percentlayout:1.0.0'
def hmsVersion = "2.9.55"
def hmsVersion = "2.9.57"
implementation "com.otaliastudios:zoomlayout:1.9.0"
// To add dependencies of specific module
implementation "live.100ms:android-sdk:$hmsVersion"
Expand Down

0 comments on commit 153f20f

Please sign in to comment.