Skip to content

Commit 68fd55b

Browse files
committed
add online library dependency.
1 parent ec80631 commit 68fd55b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ Open Danmaku is a Android widget which shows danmaku animation(https://github.co
99

1010
*For a working implementation of this project see the sample app.*
1111

12-
1. Download the library source and refer it as a library project.
13-
12+
1. add library dependency to your `build.gradle` file.
13+
```groovy
14+
dependencies {
15+
compile 'com.linsea:opendanmaku:1.0.0@aar'
16+
}
17+
```
1418
2. Include the `DanmakuView` in your layout.
1519
```xml
1620
<com.opendanmaku.DanmakuView

0 commit comments

Comments
 (0)