Skip to content

Commit ee6394f

Browse files
authored
Sonartype README
1 parent 50fb920 commit ee6394f

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,17 @@ dependencies {
1414
implementation "com.github.AppDevNext:MPAndroidChart:$latestVersion"
1515
}
1616
```
17-
### Gradle Setup with Github package
1817

18+
### Gradle Setup with Sonartype [snapshot]
19+
20+
Currently only from Sonartype snapshot staging
1921
```gradle
2022
repositories {
21-
...
22-
repositories {
23-
maven {
24-
name = "GitHubPackages"
25-
url = "https://maven.pkg.github.com/AppDevNext/AndroidChart"
26-
credentials {
27-
username = System.getenv("GITHUBACTOR")
28-
password = System.getenv("GITHUBTOKEN")
29-
}
30-
}
31-
}
23+
maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
3224
}
3325
3426
dependencies {
35-
implementation "info.appdevnext:chart:$latestVersion"
27+
implementation 'info.mxtracks:chart:${latestVersion}-SNAPSHOT'
3628
}
3729
```
3830

0 commit comments

Comments
 (0)