We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec80631 commit 68fd55bCopy full SHA for 68fd55b
README.md
@@ -9,8 +9,12 @@ Open Danmaku is a Android widget which shows danmaku animation(https://github.co
9
10
*For a working implementation of this project see the sample app.*
11
12
- 1. Download the library source and refer it as a library project.
13
-
+ 1. add library dependency to your `build.gradle` file.
+```groovy
14
+ dependencies {
15
+ compile 'com.linsea:opendanmaku:1.0.0@aar'
16
+ }
17
+```
18
2. Include the `DanmakuView` in your layout.
19
```xml
20
<com.opendanmaku.DanmakuView
0 commit comments