From 3c766183c7029c04ef5de18d5c60aae51275ec8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BD=BB=E5=BE=AE?= Date: Tue, 11 Aug 2015 10:36:28 +0800 Subject: [PATCH] Update README.markdown --- README.markdown | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 9d6e132..588b6f2 100644 --- a/README.markdown +++ b/README.markdown @@ -12,7 +12,19 @@ [github 直达](https://github.com/zzz40500/android-shapeLoadingView) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Shape%20Loading%20View-brightgreen.svg?style=flat)](http://android-arsenal.com/details/1/1897) - +###gradle +/build.gradle +~~~ +repositories { + maven { + url "https://jitpack.io" + } +} +~~~ +/app/build.gradle +~~~ +compile 'com.github.zzz40500:android-shapeLoadingView:1.0.3' +~~~ #usage# 布局上