Skip to content

Commit b68036c

Browse files
build: resolve WebRTC 145.18.0-SNAPSHOT from Sonatype
The music-mode work needs the snapshot ADM APIs; without the snapshot repo others cannot build the branch. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent b3a4255 commit b68036c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tink = "1.9.0"
4949
turbine = "0.13.0"
5050
itu = "1.7.3"
5151

52-
streamWebRTC = "145.17.0"
52+
streamWebRTC = "145.18.0-SNAPSHOT"
5353
streamNoiseCancellation = "3.0.0"
5454
streamResult = "1.3.0"
5555
streamChat = "6.10.0"

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencyResolutionManagement {
1717
google()
1818
mavenCentral()
1919
maven(url = "https://plugins.gradle.org/m2/")
20+
maven(url = "https://central.sonatype.com/repository/maven-snapshots/")
2021
}
2122
}
2223

0 commit comments

Comments
 (0)