File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ dependencies {
2626}
2727```
2828
29- ### Gradle Setup with Sonartype [ snapshot]
29+ ### Gradle Setup with Maven Central [ snapshot]
3030
31- Currently only from Sonartype snapshot staging is provided
31+ Currently only from Maven Central snapshot staging is provided
3232``` gradle
3333repositories {
34- maven { url 'https://s01.oss. sonatype.org/content/repositories/snapshots /' }
34+ maven { url 'https://central. sonatype.com/api/v1/publisher/deployments/download /' }
3535}
3636
3737dependencies {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55 id(" com.android.library" )
66 id(" maven-publish" )
77 id(" kotlin-android" )
8- id(" com.vanniktech.maven.publish" ) version " 0.34 .0"
8+ id(" com.vanniktech.maven.publish" ) version " 0.36 .0"
99}
1010
1111android {
Original file line number Diff line number Diff line change @@ -2,9 +2,8 @@ android.enableJetifier=false
22android.useAndroidX =true
33org.gradle.jvmargs =-Xmx4092M
44
5- # SONATYPE_HOST=DEFAULT
6- # or when publishing to https://s01.oss.sonatype.org
7- SONATYPE_HOST =S01
5+ # OSSRH was shut down on June 30, 2025. Using CENTRAL_PORTAL instead.
6+ SONATYPE_HOST =CENTRAL_PORTAL
87RELEASE_SIGNING_ENABLED =true
98POM_ARTIFACT_ID =chart
109android.nonTransitiveRClass =false
You can’t perform that action at this time.
0 commit comments