From bafa727a381141d161a99aa771456a1a371ee15d Mon Sep 17 00:00:00 2001 From: davidliu Date: Tue, 29 Jul 2025 20:00:29 +0900 Subject: [PATCH] fix: switch noise library to livekit fork for Android 16KB page support --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index a4a6d429..bf04cea5 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" }