Skip to content

Commit 6b731e1

Browse files
committed
Update README.md
1 parent 14b07c3 commit 6b731e1

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 a one line code to your project root `
1818

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

@@ -28,7 +28,7 @@ If you are using maven to manage your project, add below to your `pom.xml`
2828
<dependency>
2929
<groupId>com.daimajia.slider</groupId>
3030
<artifactId>library</artifactId>
31-
<version>1.0.2</version>
31+
<version>1.0.3</version>
3232
<type>apklib</type>
3333
</dependency>
3434
```

0 commit comments

Comments
 (0)