Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyoona7 authored Aug 7, 2017
1 parent 689982b commit 3f45910
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# EasyPopup
[![](https://jitpack.io/v/zyyoona7/EasyPopup.svg)](https://jitpack.io/#zyyoona7/EasyPopup)

### PopupWindow

对 PopupWindow 的封装,使得在项目中使用起来更加简单、方便、快捷
Expand All @@ -14,6 +16,24 @@

![EasyPopup](https://github.com/zyyoona7/EasyPopup/blob/master/images/easy_popup.gif)

### 仓库依赖

Step 1. Add it in your root build.gradle at the end of repositories:
```java
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
Step 2. Add the dependency
```java
dependencies {
compile 'com.github.zyyoona7:EasyPopup:1.0.0'
}
```

### 使用

#### 1. 基本使用
Expand Down

0 comments on commit 3f45910

Please sign in to comment.