Skip to content

Commit

Permalink
Integate into Stream WebRTC android
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Feb 15, 2023
1 parent db4407f commit 952effe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webrtc-android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
streamLog = "1.1.3"
landscapist = "2.1.0"
webrtc = "104.5112.05"
webrtc = "1.0.0"
androidGradlePlugin = "7.3.0"
androidxActivity = "1.4.0"
androidxAppCompat = "1.4.2"
Expand All @@ -24,7 +24,7 @@ retrofitKotlinxSerializationJson = "0.8.0"
spotless = "6.7.0"

[libraries]
webrtc = { group = "com.github.webrtc-sdk", name = "android", version.ref = "webrtc" }
webrtc = { group = "io.getstream", name = "stream-webrtc-android", version.ref = "webrtc" }
stream-log = { group = "io.getstream", name = "stream-log-android", version.ref = "streamLog" }
landscapist-glide = { group = "com.github.skydoves", name = "landscapist-glide", version.ref = "landscapist" }
landscapist-animation = { group = "com.github.skydoves", name = "landscapist-animation", version.ref = "landscapist" }
Expand Down

0 comments on commit 952effe

Please sign in to comment.