diff --git a/android/build.gradle b/android/build.gradle index 1386b5b..a57b3d7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -77,7 +77,7 @@ repositories { dependencies { implementation project(':expo-modules-core') implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${getKotlinVersion()}" - implementation 'com.github.jellyfish-dev:membrane-webrtc-android:karkakol~stop_screencast_service_when_app_killed-SNAPSHOT' + implementation 'com.github.jellyfish-dev:membrane-webrtc-android:-SNAPSHOT' api 'com.github.davidliu:audioswitch:8edf84ee46cdbc84c2b7725aa8f8d66363e19876' implementation 'androidx.appcompat:appcompat:1.6.1' }