Skip to content

Commit 4c70ea6

Browse files
committed
use android non snapshot version
1 parent f31ab5f commit 4c70ea6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion', '1.8.10')
8585
println "Building Stream WebRTC React Native module with Kotlin version: $kotlin_version"
8686

8787
dependencies {
88-
api 'io.getstream:stream-webrtc-android:1.3.10-SNAPSHOT'
88+
api 'io.getstream:stream-webrtc-android:1.3.10'
8989
implementation 'com.facebook.react:react-native:+'
9090
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
9191
implementation "androidx.core:core:1.7.0"

0 commit comments

Comments
 (0)