From ec5775eb65fec73d8f0d9bbdaf3c7e1b78b79a96 Mon Sep 17 00:00:00 2001 From: zjlong Date: Tue, 19 Apr 2016 14:40:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=A2=9E=E5=8A=A0gradle=20?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 699650e..c842c2a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ ## BasicApp功能介绍 > 欢迎Follow我的Github:https://github.com/meikoz +## Usage Gradle +``` +repositories { + maven { url "https://jitpack.io" } +} +``` + +``` +dependencies { + compile 'com.github.meikoz:basic:1.0' +} +``` + #### v1.0功能简介 - Retrofit 网络请求封装 - ServiceFactory 管理所有根据业务区分的Service