mcxtzhang / SuspensionIndexBar

仿美团选择城市、微信通讯录、饿了么点餐列表的导航悬停分组索引列表。
http://blog.csdn.net/zxt0601/article/details/52355199
1.87k stars 333 forks source link

compile 'com.github.mcxtzhang:SuspensionIndexBar:V1.0.0' 这个不能同步什么情况上传了吗 #12

Closed douya40 closed 8 years ago

douya40 commented 8 years ago

compile 'com.github.mcxtzhang:SuspensionIndexBar:V1.0.0' 这个不能同步什么情况上传了吗

mcxtzhang commented 8 years ago

请check一下你的网络 或者 配置文件是否正确,我可以正常引入。

引入

Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories:

    allprojects {
        repositories {
            ...
            maven { url 'https://jitpack.io' }
        }
    }

Step 2. Add the dependency

    dependencies {
            compile 'com.github.mcxtzhang:SuspensionIndexBar:V1.0.0'
    }