8000 fix: fix android earpiece not being replaced after wired headset is d… · liliBestCoder/flutter-webrtc@da1169e · GitHub
[go: up one dir, main page]

Skip to content

Commit da1169e

Browse files
authored
fix: fix android earpiece not being replaced after wired headset is disconnected (flutter-webrtc#1408)
1 parent 99f8182 commit da1169e

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
@@ -53,7 +53,7 @@ android {
5353

5454
dependencies {
5555
implementation 'io.github.webrtc-sdk:android:114.5735.02'
56-
implementation 'com.github.davidliu:audioswitch:fb33b237aa50b3d1d2dea0e0695ecb7b38a98971'
56+
implementation 'com.github.davidliu:audioswitch:1689af118f69dcd8c8dc95e5a711dd0a7a626e69'
5757
implementation 'androidx.annotation:annotation:1.1.0'
5858
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5959
}

0 commit comments

Comments
 (0)
0