Skip to content

Commit 6988a05

Browse files
authored
fix: switch noise library to livekit fork for Android 16KB page support (#266)
1 parent 917defa commit 6988a05

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
@@ -131,7 +131,7 @@ dependencies {
131131
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
132132
api 'com.github.davidliu:audioswitch:89582c47c9a04c62f90aa5e57251af4800a62c9a'
133133
api 'io.github.webrtc-sdk:android:125.6422.02'
134-
implementation "com.github.paramsen:noise:2.0.0"
134+
implementation "io.livekit:noise:2.0.0"
135135
implementation project(':livekit_react-native-webrtc')
136136
implementation "androidx.annotation:annotation:1.9.1"
137137
}

0 commit comments

Comments
 (0)