File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+
23--------------------------------------------
4+ [ 137.7151.01] - 2025.07.17
5+
6+ * Upgrade to WebRTC-SDK M137.7151.01
7+
38[ 125.6422.07] - 2024.03.18
49
510* Upgrade to WebRTC-SDK M125.6422.07
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This library is hosted on Maven Central. To include this library in your project
1010
1111``` gradle
1212 dependencies {
13- implementation 'io.github.webrtc-sdk:android:125.6422.07 '
13+ implementation 'io.github.webrtc-sdk:android:137.7151.01 '
1414 }
1515```
1616
@@ -19,6 +19,6 @@ avoiding any collisions with other WebRTC libraries:
1919
2020``` gradle
2121 dependencies {
22- implementation 'io.github.webrtc-sdk:android-prefixed:125.6422.07 '
22+ implementation 'io.github.webrtc-sdk:android-prefixed:137.7151.01 '
2323 }
2424```
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def getReleaseRepositoryUrl() {
2222 : " https://ossrh-staging-api.central.sonatype.com/service/local/"
2323}
2424
25- def getSnapshotRepositoryUrl () {
25+ def getProjectSnapshotRepositoryUrl () {
2626 return hasProperty(' SNAPSHOT_REPOSITORY_URL' ) ? SNAPSHOT_REPOSITORY_URL
2727 : " https://central.sonatype.com/repository/maven-snapshots/"
2828}
@@ -40,7 +40,7 @@ nexusPublishing {
4040 repositories {
4141 maven {
4242 nexusUrl. set(uri(getReleaseRepositoryUrl()))
43- snapshotRepositoryUrl. set(uri(getSnapshotRepositoryUrl ()))
43+ snapshotRepositoryUrl. set(uri(getProjectSnapshotRepositoryUrl ()))
4444 username = getRepositoryUsername()
4545 password = getRepositoryPassword()
4646 stagingProfileId = STAGING_PROFILE_ID
Original file line number Diff line number Diff line change 11GROUP =io.github.webrtc-sdk
2- VERSION_NAME =125.6422.07
2+ VERSION_NAME =137.7151.01
33POM_NAME =WebRTC Android SDK
44POM_DESCRIPTION =WebRTC Android SDK
55POM_PACKAGING =aar
You can’t perform that action at this time.
0 commit comments