Skip to content

Commit 88350c0

Browse files
Update WebRTC Android dependency for 16KB page-size compatibility
1 parent a163d33 commit 88350c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ dependencies {
159159
implementation("androidx.camera:camera-core:1.4.0")
160160

161161
// WebRTC
162-
implementation("io.getstream:stream-webrtc-android:1.1.1")
162+
implementation("io.getstream:stream-webrtc-android:1.3.10")
163163

164164
// WebSocket for signaling
165165
implementation("com.squareup.okhttp3:okhttp:4.12.0")

humanoperator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ dependencies {
9393
implementation("androidx.compose.material:material-icons-extended")
9494

9595
// WebRTC
96-
implementation("io.getstream:stream-webrtc-android:1.1.1")
96+
implementation("io.getstream:stream-webrtc-android:1.3.10")
9797

9898
// WebSocket for signaling
9999
implementation("com.squareup.okhttp3:okhttp:4.12.0")

0 commit comments

Comments
 (0)