mcxtzhang / SuspensionIndexBar

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

com.github.mcxtzhang:SwipeDelMenuLayout:V1.2.2不能同步 #13

Closed douya40 closed 8 years ago

douya40 commented 8 years ago

Error:(26, 13) Failed to resolve: com.github.mcxtzhang:SwipeDelMenuLayout:V1.2.2 Show in File
Show in Project Structure dialog

mcxtzhang commented 8 years ago

按照步骤引入吧。 如果好用还请给个star。

引入

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:SwipeDelMenuLayout:V1.2.3'
    }