File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ android.nonTransitiveRClass=true
2424
2525GROUP =com.segment.analytics.kotlin
2626
27- VERSION_CODE =111
28- VERSION_NAME =1.1.1
27+ VERSION_CODE =112
28+ VERSION_NAME =1.1.2
2929
3030POM_NAME =Substrata
3131POM_DESCRIPTION =The hassle-free way to add analytics to your Kotlin app.
Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ nexusPublishing {
2929 in system environments
3030 be sure to set the variable names exactly as above.
3131 */
32- sonatype()
32+ sonatype {
33+ // New Portal OSSRH Staging API endpoints
34+ nexusUrl. set(uri(" https://ossrh-staging-api.central.sonatype.com/service/local/" ))
35+ snapshotRepositoryUrl. set(uri(" https://central.sonatype.com/repository/maven-snapshots/" ))
36+ }
3337 }
3438}
You can’t perform that action at this time.
0 commit comments