Skip to content

Commit f5b46ab

Browse files
committed
use android non snapshot version
1 parent 1094139 commit f5b46ab

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
@@ -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)