Skip to content

Commit 24a7111

Browse files
Merge remote-tracking branch 'origin/master'
2 parents 008bb6a + 68b8cbf commit 24a7111

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ This library makes it easy for you to implement bluetooth in your Android app. T
99
<h2>Dependency</h2>
1010
````java
1111
repositories {
12-
mavenCentral()
12+
....
13+
maven {url "http://jitpack.io"}
1314
}
1415
dependencies {
15-
compile 'com.github.developerpaul123.simplebluetoothlibrary:btlib:1.4'
16+
....
17+
compile 'com.github.DeveloperPaul123:SimpleBluetoothLibrary:1.4'
1618
}
1719
````
1820

0 commit comments

Comments
 (0)