diff --git a/android/build.gradle b/android/build.gradle index a4a6d42..bf04cea 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -131,7 +131,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" api 'com.github.davidliu:audioswitch:89582c47c9a04c62f90aa5e57251af4800a62c9a' api 'io.github.webrtc-sdk:android:125.6422.02' - implementation "com.github.paramsen:noise:2.0.0" + implementation "io.livekit:noise:2.0.0" implementation project(':livekit_react-native-webrtc') implementation "androidx.annotation:annotation:1.9.1" }