Skip to content

Commit b582082

Browse files
authored
Fix bluetooth sco not stopping after room disconnect (#108)
1 parent d782b46 commit b582082

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
@@ -129,7 +129,7 @@ dependencies {
129129
// noinspection GradleDynamicVersion
130130
api 'com.facebook.react:react-native:+'
131131
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
132-
api 'com.github.davidliu:audioswitch:d18e3e31d427c27f1593030e024b370bf24480fd'
132+
api 'com.github.davidliu:audioswitch:89582c47c9a04c62f90aa5e57251af4800a62c9a'
133133
api 'io.github.webrtc-sdk:android:114.5735.05'
134134
implementation project(':livekit_react-native-webrtc')
135135
implementation "androidx.annotation:annotation:1.4.0"

0 commit comments

Comments
 (0)