Skip to content

Commit 681d3dc

Browse files
committed
Update README.md
1 parent 4b2c189 commit 681d3dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you are using Android Studio, just add this line code to your project root `b
1818

1919
```groovy
2020
dependencies {
21-
compile 'com.daimajia.slider:library:1.0.4@aar'
21+
compile 'com.daimajia.slider:library:1.0.5@aar'
2222
}
2323
```
2424

@@ -29,7 +29,7 @@ If you are using maven to manage your project, add the following to your `pom.xm
2929
<dependency>
3030
<groupId>com.daimajia.slider</groupId>
3131
<artifactId>library</artifactId>
32-
<version>1.0.4</version>
32+
<version>1.0.5</version>
3333
<type>apklib</type>
3434
</dependency>
3535
```

0 commit comments

Comments
 (0)