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 1
1
package com.segment.analytics.kotlin.core
2
2
3
3
object Constants {
4
- const val LIBRARY_VERSION = " 1.20 .0"
4
+ const val LIBRARY_VERSION = " 1.21 .0"
5
5
const val DEFAULT_API_HOST = " api.segment.io/v1"
6
6
const val DEFAULT_CDN_HOST = " cdn-settings.segment.com/v1"
7
7
}
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ android.disableAutomaticComponentCreation=true
24
24
# Deployment variables
25
25
GROUP =com.segment.analytics.kotlin
26
26
27
- VERSION_CODE =1200
28
- VERSION_NAME =1.20 .0
27
+ VERSION_CODE =1210
28
+ VERSION_NAME =1.21 .0
29
29
30
30
POM_NAME =Segment for Kotlin
31
31
POM_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 {
30
30
in system environments
31
31
be sure to set the variable names exactly as above.
32
32
*/
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
+ }
34
38
}
35
39
}
You can’t perform that action at this time.
0 commit comments