Skip to content

Commit

Permalink
// readme & jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
razerdp committed Dec 2, 2016
1 parent d6f5b6e commit ba21ff3
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,32 @@

当然目前来说这个控件还只是一个初步版本,后续如果有时间我会慢慢优化的。

ps,本控件初衷是为了我的另一个项目[一起撸个朋友圈吧](https://github.com/razerdp/FriendCircle/tree/main-dev)服务,大部分的更新都会在那里提交,如果您需要获取新的更新信息,可以通过另一个项目获知。
ps,本控件初衷是为了我的另一个项目[一起撸个朋友圈吧](https://github.com/razerdp/FriendCircle)服务,大部分的更新都会在那里提交,如果您需要获取新的更新信息,可以通过另一个项目获知。

# Download [![](https://jitpack.io/v/razerdp/PhotoContents.svg)](https://jitpack.io/#razerdp/PhotoContents)

**Step 1.**

Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:
```xml
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
```

**Step 2.**

Add the dependency

```xml
dependencies {
compile 'com.github.razerdp:PhotoContents:v1.0'
}
```


0 comments on commit ba21ff3

Please sign in to comment.