File tree Expand file tree Collapse file tree 3 files changed +398
-87
lines changed
sdk/sdk-android/src/main/kotlin/org/matrix/rustcomponents/sdk Expand file tree Collapse file tree 3 files changed +398
-87
lines changed Original file line number Diff line number Diff line change 11object BuildVersionsSDK {
22 const val majorVersion = 25
33 const val minorVersion = 5
4- const val patchVersion = 26
4+ const val patchVersion = 29
55}
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ nexusPublishing {
2727 stagingProfileId = sonatypeStagingProfileId
2828 username = ossrhUsername
2929 password = ossrhPassword
30- nexusUrl. set(uri(" https://s01.oss .sonatype.org /service/local/" ))
31- snapshotRepositoryUrl. set(uri(" https://s01.oss. sonatype.org/content/repositories/ snapshots/" ))
30+ nexusUrl. set(uri(" https://ossrh-staging-api.central .sonatype.com /service/local/" ))
31+ snapshotRepositoryUrl. set(uri(" https://central. sonatype.com/repository/maven- snapshots/" ))
3232 }
3333 }
3434}
You can’t perform that action at this time.
0 commit comments