davidliu
Committed by GitHub

Fix bluetooth sco not stopping after room disconnect (#294)

@@ -145,7 +145,7 @@ dependencies { @@ -145,7 +145,7 @@ dependencies {
145 implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:${versions.serialization}" 145 implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:${versions.serialization}"
146 api 'io.github.webrtc-sdk:android:114.5735.05' 146 api 'io.github.webrtc-sdk:android:114.5735.05'
147 api "com.squareup.okhttp3:okhttp:4.10.0" 147 api "com.squareup.okhttp3:okhttp:4.10.0"
148 - api 'com.github.davidliu:audioswitch:d18e3e31d427c27f1593030e024b370bf24480fd' 148 + api 'com.github.davidliu:audioswitch:89582c47c9a04c62f90aa5e57251af4800a62c9a'
149 implementation deps.androidx.annotation 149 implementation deps.androidx.annotation
150 implementation "androidx.core:core:${versions.androidx_core}" 150 implementation "androidx.core:core:${versions.androidx_core}"
151 implementation "com.google.protobuf:protobuf-javalite:${versions.protobuf}" 151 implementation "com.google.protobuf:protobuf-javalite:${versions.protobuf}"