Skip to content

Commit 459edb6

Browse files
authored
Update Readme to reference Maven Central (#117)
1 parent fbe47cc commit 459edb6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
[ ![Download](https://api.bintray.com/packages/pd-for-android/maven/pd-for-android/images/download.svg) ](https://bintray.com/pd-for-android/maven/pd-for-android/_latestVersion)
2-
[![Release](https://img.shields.io/github/release/libpd/pd-for-android.svg?label=JitPack)](https://jitpack.io/#libpd/pd-for-android/)
1+
[ ![Download](https://maven-badges.herokuapp.com/maven-central/io.github.libpd.android/pd-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.libpd.android/pd-core)
32
![Build](https://github.com/libpd/pd-for-android/workflows/Android%20CI/badge.svg)
43

54
[![Join the chat at https://gitter.im/libpd/pd-for-android](http://img.shields.io/badge/chat-online-brightgreen.svg)](https://gitter.im/libpd/pd-for-android)
@@ -10,12 +9,12 @@
109

1110
## How to use the library
1211

13-
Make sure you have JCenter in your repositories:
12+
Make sure you have Maven Central in your repositories:
1413

1514
```gradle
1615
allprojects {
1716
repositories {
18-
jcenter()
17+
mavenCentral()
1918
// ... other repositories
2019
}
2120
}
@@ -25,7 +24,7 @@ Add the dependency to your app:
2524

2625
```gradle
2726
dependencies {
28-
implementation 'org.puredata.android:pd-core:1.2.1-rc1'
27+
implementation 'io.github.libpd.android:pd-core:1.2.1-rc6'
2928
3029
// ... other dependencies
3130
}

0 commit comments

Comments
 (0)