Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hss01248 authored Aug 27, 2016
1 parent a1af761 commit 4dd474b
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@

# 微信ui版的PhotoPicker
本项目fork 自[photoPicker](https://github.com/donglua/PhotoPicker)

[![](https://jitpack.io/v/glassLake/PhotoPicker.svg)](https://jitpack.io/#glassLake/PhotoPicker)


本项目fork 自[photoPicker](https://github.com/donglua/PhotoPicker)

参考微信的图片选择ui,对原项目photoPicker进行改写。

Expand Down Expand Up @@ -52,10 +54,21 @@ demo apk:见项目根目录下demo.apk

# Usage

### gradle 还未上传,直接拉源代码吧。
### gradle

Add it in your root build.gradle at the end of repositories:

或者使用aar:见项目根目录下PhotoPicker-release.aar
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
Step 2. Add the dependency

dependencies {
compile 'com.github.glassLake:PhotoPicker:1.0.0'
}



Expand Down

0 comments on commit 4dd474b

Please sign in to comment.