From 79683037e3a740b3190c46a9acca7e1ff64b3644 Mon Sep 17 00:00:00 2001 From: harrycoder <394675737@qq.com> Date: Fri, 1 Sep 2017 16:06:59 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9625055..788b7ed 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ popmenu的链接:https://github.com/harrycoder/PopMenu
tooltip的链接:https://github.com/ViHtarb/Tooltip +## Getting started +### Gradle +```java +dependencies { + compile 'com.github.harrycoder:PopMenu:v1.0' +} +``` ![](https://github.com/harrycoder/PopMenu/blob/master/app/captures/device-2017-09-01-131654.png) ![](https://github.com/harrycoder/PopMenu/blob/master/app/captures/device-2017-09-01-131746.png)
From 3bf0374dc0ff4bf494d379363148a9bddc1dfe7f Mon Sep 17 00:00:00 2001 From: harrycoder <394675737@qq.com> Date: Fri, 1 Sep 2017 16:17:47 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 788b7ed..a452df8 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,15 @@ tooltip的链接:https://github.com/ViHtarb/Tooltip ## Getting started ### Gradle +```java +allprojects { + repositories { + ... + maven { url 'https://jitpack.io' } + } + } +``` + ```java dependencies { compile 'com.github.harrycoder:PopMenu:v1.0'