From c0b08f312a6f9161fb0a28c232f79696a20e8e74 Mon Sep 17 00:00:00 2001 From: LuckyJayce <794629068@qq.com> Date: Sat, 25 Jun 2016 03:16:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0gradle=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0cd17b3..fee745e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ Download sample [Apk](https://github.com/LuckyJayce/ViewPagerIndicator/blob/mast ###5. 支持设置界面是否可滑动 ###6. android:minSdkVersion="8" android:targetSdkVersion="21" +###7.gradle导入 +compile 'com.shizhefei:ViewPagerIndicator:1.0.7' +由于用到了v4和recyclerview所以也要导入他们 +compile 'com.android.support:support-v4:23.4.0' +compile 'com.android.support:recyclerview-v7:23.2.1' # 使用方法 # package com.shizhefei.indicator.guide;