Skip to content

Commit ac031cc

Browse files
authored
Switch to livekit fork of noise for 16KB page support (#839)
1 parent d57080e commit ac031cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
testImplementation("org.jetbrains.kotlin:kotlin-test")
5454
testImplementation("org.mockito:mockito-core:5.0.0")
5555
implementation 'io.github.webrtc-sdk:android:125.6422.03'
56-
implementation 'com.github.paramsen:noise:2.0.0'
56+
implementation 'io.livekit:noise:2.0.0'
5757
}
5858

5959
testOptions {

0 commit comments

Comments
 (0)