提交 dc292531 编写于 作者: H huangziwei

readme.md

上级 2d976fbf
......@@ -39,9 +39,19 @@ Image doodle for Android. You can undo, zoom, move, add text, textures, etc. Als
# Usage 用法
Add the following dependency to your build.gradle file:
```gradle
compile 'cn.hzw.doodle:doodle:5.0'
#### Gradle
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
compile 'com.github.1993hzw:Doodle:5.0'
}
```
There are two ways to use the Doodle library:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册