File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
core/src/main/java/com/segment/analytics/kotlin/core Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11package com.segment.analytics.kotlin.core
22
33object Constants {
4- const val LIBRARY_VERSION = " 1.20 .0"
4+ const val LIBRARY_VERSION = " 1.21 .0"
55 const val DEFAULT_API_HOST = " api.segment.io/v1"
66 const val DEFAULT_CDN_HOST = " cdn-settings.segment.com/v1"
77}
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ android.disableAutomaticComponentCreation=true
2424# Deployment variables
2525GROUP =com.segment.analytics.kotlin
2626
27- VERSION_CODE =1200
28- VERSION_NAME =1.20 .0
27+ VERSION_CODE =1210
28+ VERSION_NAME =1.21 .0
2929
3030POM_NAME =Segment for Kotlin
3131POM_DESCRIPTION =The hassle-free way to add analytics to your Kotlin app.
Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ nexusPublishing {
3030 in system environments
3131 be sure to set the variable names exactly as above.
3232 */
33- sonatype()
33+ sonatype {
34+ // New Portal OSSRH Staging API endpoints
35+ nexusUrl. set(uri(" https://ossrh-staging-api.central.sonatype.com/service/local/" ))
36+ snapshotRepositoryUrl. set(uri(" https://central.sonatype.com/repository/maven-snapshots/" ))
37+ }
3438 }
3539}
You can’t perform that action at this time.
0 commit comments