Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…view into main
  • Loading branch information
sparrow007 committed Mar 27, 2021
2 parents bbce84f + 4e3c579 commit db0a899
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Create carousel effect in recyclerview with the CarouselRecyclerview in a simple
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="License" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"/></a>
<a href="http://developer.android.com/index.html"><img alt="License" src="https://img.shields.io/badge/platform-android-green.svg"/></a>
<a href="https://android-arsenal.com/api?level=16"><img alt="License" src="https://img.shields.io/badge/API-16%2B-brightgreen.svg"/></a>
<a href="https://mailchi.mp/kotlinweekly/kotlin-weekly-242"><img alt="AndroidWeekly" src="https://skydoves.github.io/badges/kotlin-weekly.svg"/></a>

</p>
</br>

Expand All @@ -16,20 +18,22 @@ Create carousel effect in recyclerview with the CarouselRecyclerview in a simple

## Including in your project

[![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/com.github.sparrow007/carouselrecyclerview/1.0.0)](https://search.maven.org/artifact/com.github.sparrow007/carouselrecyclerview/1.0.0/aar/)
[![CarouselRecyclerview](https://jitpack.io/v/sparrow007/CarouselRecyclerview.svg)](https://jitpack.io/#sparrow07/CarouselRecyclerview)

### Gradle
Add below codes to your **root** `build.gradle` file (not your module build.gradle file).
```Gradle
allprojects {
repositories {
maven { url 'https://jitpack.io' }
mavenCentral()
}
}
```
And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation 'com.github.sparrow007:CarouselRecyclerview:1.0.0'
implementation 'com.github.sparrow007:carouselrecyclerview:1.0.0'
}
```

Expand Down

0 comments on commit db0a899

Please sign in to comment.