Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android.nonTransitiveRClass=true

GROUP=com.segment.analytics.kotlin

VERSION_CODE=111
VERSION_NAME=1.1.1
VERSION_CODE=112
VERSION_NAME=1.1.2

POM_NAME=Substrata
POM_DESCRIPTION=The hassle-free way to add analytics to your Kotlin app.
Expand Down
6 changes: 5 additions & 1 deletion gradle/promote.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ nexusPublishing {
in system environments
be sure to set the variable names exactly as above.
*/
sonatype()
sonatype {
// New Portal OSSRH Staging API endpoints
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
}
}
}
Loading