Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,16 @@
Add this in your root build.gradle file at the end of repositories:
```java
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
repositories {
maven { url 'https://jitpack.io' }
}
}
```
Add the dependency :
```java
dependencies {
implementation 'com.github.GoodieBag:CarouselPicker:v1.1'
}
implementation 'com.github.GoodieBag:CarouselPicker:v1.1'
}
```
Sync the gradle and that's it! :+1:

Expand Down