File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ android {
108108 // For locally deployed builds
109109 mavenLocal()
110110 // For snapshot builds
111- maven { url ' https://s01.oss. sonatype.org/content/repositories/ snapshots/' }
111+ maven { url ' https://central. sonatype.com/repository/maven- snapshots/' }
112112 }
113113 sourceSets {
114114 main {
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ nexusPublishing {
2828 username = ossrhUsername
2929 password = ossrhPassword
3030 version = PUBLISH_VERSION
31- nexusUrl. set(uri(" https://s01.oss .sonatype.org /service/local/" ))
32- snapshotRepositoryUrl. set(uri(" https://s01.oss. sonatype.org/content/repositories/ snapshots/" ))
31+ nexusUrl. set(uri(" https://ossrh-staging-api.central .sonatype.com /service/local/" ))
32+ snapshotRepositoryUrl. set(uri(" https://central. sonatype.com/repository/maven- snapshots/" ))
3333 }
3434 }
3535}
You can’t perform that action at this time.
0 commit comments