Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit 1cb035e

Browse files
authored
Merge pull request #32 from jama5262/develop
Release version 1.2.2
2 parents 6c79b43 + 7c4d938 commit 1cb035e

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -32,29 +32,10 @@ allprojects {
3232

3333
```
3434
dependencies {
35-
implementation 'com.github.jama5262:CarouselView:1.2.0'
35+
implementation 'com.github.jama5262:CarouselView:1.2.2'
3636
}
3737
```
3838

39-
#### Maven
40-
41-
```
42-
<repositories>
43-
<repository>
44-
<id>jitpack.io</id>
45-
<url>https://jitpack.io</url>
46-
</repository>
47-
</repositories>
48-
```
49-
50-
```
51-
<dependency>
52-
<groupId>com.github.jama5262</groupId>
53-
<artifactId>CarouselView</artifactId>
54-
<version>1.2.0</version>
55-
</dependency>
56-
```
57-
5839
Great the project has been setup 👍
5940

6041
## Usage

0 commit comments

Comments
 (0)