Skip to content

Commit

Permalink
Merge pull request GetStream#2 from GetStream/migrate/webrtc-stream
Browse files Browse the repository at this point in the history
Migrate into Stream WebRTC android
  • Loading branch information
skydoves authored Feb 15, 2023
2 parents 7e8d54a + 952effe commit 70b8669
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 70b8669

Please sign in to comment.