Skip to content

Commit b5cb037

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 86e7c1c + ab1055a commit b5cb037

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Android Image Slider
22

3+
[![Releases](https://img.shields.io/github/release/chayanforyou/AndroidImageSlider/all.svg?style=flat-square)](https://github.com/chayanforyou/AndroidImageSlider/releases)
4+
[![API](https://img.shields.io/badge/API-19%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=19)
5+
![Language](https://img.shields.io/badge/language-Kotlin-orange.svg)
6+
[![PRWelcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/chayanforyou/AndroidImageSlider/pulls)
7+
38
Forked from https://github.com/daimajia/AndroidImageSlider which was getting very old. I needed to get a project working that had used this a while back but was now incompatible with modern build tools and android libs.
49

510
---
@@ -14,9 +19,18 @@ You can easily load images from an internet URL, drawable, or file. And there ar
1419

1520
## Setup
1621

22+
```groovy
23+
allprojects {
24+
repositories {
25+
mavenCentral() // For ImageSLider library, this line is enough
26+
maven { url "https://jitpack.io" } // Although, it has been published on jitpack as well
27+
}
28+
}
29+
```
30+
1731
```groovy
1832
dependencies {
19-
implementation 'io.github.chayanforyou:slider:1.0.0'
33+
implementation 'com.github.chayanforyou:AndroidImageSlider:1.0.0'
2034
}
2135
```
2236

0 commit comments

Comments
 (0)