Skip to content

Commit 3e74bfd

Browse files
authored
Update README.md
1 parent 068dcf8 commit 3e74bfd

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,16 @@ async.stopExecuting() // To terminate thread
5050
```
5151

5252
### Installation
53-
- Add it in your root build.gradle at the end of repositories
53+
- Add maven support to ```settings.gradle``` or project level ```build.gradle```
5454

5555
```
56-
allprojects {
57-
repositories {
58-
...
59-
maven { url 'https://jitpack.io' }
60-
}
61-
}
62-
```
63-
- Add dependency
56+
repositories {
57+
...
58+
mavenCentral()
59+
maven { url 'https://jitpack.io' }
60+
}
61+
```
62+
- Add dependency to app level build.gradle
6463

6564
```
6665
dependencies {

0 commit comments

Comments
 (0)