Skip to content

Commit 16ad9ff

Browse files
authored
Merge pull request #65 from nashihu/master
Update README.md for installing using jitpack, and remove jcenter
2 parents c03f4d3 + 759f2f0 commit 16ad9ff

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ Download
1010

1111
Download latest version with Gradle:
1212
```groovy
13-
repositories {
14-
jcenter()
13+
allprojects {
14+
repositories {
15+
maven { url "https://jitpack.io" }
16+
}
1517
}
1618
1719
dependencies {
18-
compile 'com.pawegio.kandroid:kandroid:0.8.8@aar'
20+
implementation 'com.github.pawegio:KAndroid:0.8.7@aar'
1921
}
2022
```
2123

0 commit comments

Comments
 (0)