From 19840580ea00ad66b75edfa65afd9d7063ab68f4 Mon Sep 17 00:00:00 2001 From: Jack and phantom Date: Tue, 16 Mar 2021 01:27:14 +0530 Subject: [PATCH 1/4] added maven repo --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 795f611..ec65f31 100644 --- a/README.md +++ b/README.md @@ -16,20 +16,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) [![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' } ``` From c152738c1dd92e947af351492b5eeaf7b0128087 Mon Sep 17 00:00:00 2001 From: Jack and phantom Date: Tue, 16 Mar 2021 01:38:14 +0530 Subject: [PATCH 2/4] adding maven central link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec65f31..a5137af 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 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) +[![Maven Central with version prefix filter](https://img.shields.io/maven-central/v/com.github.sparrow007/carouselrecyclerview/1.0.0)](https://repo1.maven.org/maven2/com/github/sparrow007/carouselrecyclerview/1.0.0/) [![CarouselRecyclerview](https://jitpack.io/v/sparrow007/CarouselRecyclerview.svg)](https://jitpack.io/#sparrow07/CarouselRecyclerview) ### Gradle From 189f396f0444ce2044eb59ff54b9561e53e48d12 Mon Sep 17 00:00:00 2001 From: Jack and phantom Date: Tue, 16 Mar 2021 01:51:36 +0530 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5137af..1eb903b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 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://repo1.maven.org/maven2/com/github/sparrow007/carouselrecyclerview/1.0.0/) +[![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 From 4e3c57908f91931db54d8395392803d701c81f51 Mon Sep 17 00:00:00 2001 From: Jack and phantom Date: Sun, 21 Mar 2021 19:39:01 +0530 Subject: [PATCH 4/4] add kotlin weekly badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1eb903b..f848172 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Create carousel effect in recyclerview with the CarouselRecyclerview in a simple License License License + AndroidWeekly +