Skip to content

Commit b37b187

Browse files
skydovesaleksandar-apostolov
authored andcommitted
Update sonatype URL
1 parent 001d413 commit b37b187

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Add the below dependency to your **module**'s `build.gradle` file:
5959

6060
```kotlin
6161
dependencies {
62-
implementation("io.getstream:stream-webrtc-android:1.3.7")
62+
implementation("io.getstream:stream-webrtc-android:1.3.8")
6363
}
6464
```
6565

buildSrc/src/main/kotlin/io/getstream/Configurations.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object Configurations {
77
const val appMinSdk = 24
88
const val majorVersion = 1
99
const val minorVersion = 3
10-
const val patchVersion = 7
10+
const val patchVersion = 8
1111
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
1212
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1313
const val artifactGroup = "io.getstream"

scripts/publish-root.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ if (snapshot) {
3636
nexusPublishing {
3737
repositories {
3838
sonatype {
39+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
40+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
3941
stagingProfileId = sonatypeStagingProfileId
4042
username = ossrhUsername
4143
password = ossrhPassword

0 commit comments

Comments
 (0)