Skip to content

Commit 5aa6dc0

Browse files
committed
README.md
1 parent d2a77e4 commit 5aa6dc0

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,6 @@ For example, we can build a card style background for RecyclerView:
1515

1616
And here has a [demo apk]( "SliceDemo.1.0.apk"), and it's [source code]( "SliceDemo.1.0.apk's source code"), very easy to understand~
1717

18-
# Gradle
19-
20-
At your top-level `build.gradle` file:
21-
22-
repositories {
23-
// ...
24-
maven { url 'https://jitpack.io' }
25-
}
26-
27-
And then at your project `build.gradle` file:
28-
29-
dependencies {
30-
compile 'com.github.mthli:Slice:v1.0'
31-
}
32-
33-
Done!
34-
3518
## API
3619

3720
- `setRadius(float radiusDp)`
@@ -55,6 +38,23 @@ Done!
5538
- `showRightEdgeShadow(boolean show)` only work for pre API 21.
5639

5740
- `showBottomEdgeShadow(boolean show)` only work for pre API 21.
41+
42+
## Gradle
43+
44+
At your top-level `build.gradle` file:
45+
46+
repositories {
47+
// ...
48+
maven { url 'https://jitpack.io' }
49+
}
50+
51+
And then at your project `build.gradle` file:
52+
53+
dependencies {
54+
compile 'com.github.mthli:Slice:v1.0'
55+
}
56+
57+
Done!
5858

5959
## License
6060

0 commit comments

Comments
 (0)