Skip to content

Commit

Permalink
添加gradle导入配置
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyJayce authored Jun 24, 2016
1 parent ee28a01 commit c0b08f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c0b08f3

Please sign in to comment.