Skip to content

Commit b51a863

Browse files
committed
add preset styles
1 parent 71d3532 commit b51a863

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

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

1919
```groovy
2020
dependencies{
21-
<<<<<<< HEAD
2221
compile 'com.daimajia.slider:library:1.0.4@aar'
23-
=======
24-
compile 'com.daimajia.slider:library:1.0.3@aar'
25-
>>>>>>> styles
2622
}
2723
```
2824

@@ -33,11 +29,7 @@ If you are using maven to manage your project, add below to your `pom.xml`
3329
<dependency>
3430
<groupId>com.daimajia.slider</groupId>
3531
<artifactId>library</artifactId>
36-
<<<<<<< HEAD
3732
<version>1.0.4</version>
38-
=======
39-
<version>1.0.3</version>
40-
>>>>>>> styles
4133
<type>apklib</type>
4234
</dependency>
4335
```

0 commit comments

Comments
 (0)