android-percent-support-extend icon indicating copy to clipboard operation
android-percent-support-extend copied to clipboard

项目介绍的版本不一致

Open likfe opened this issue 10 years ago • 0 comments

在项目介绍的时候,你写的是1.1.1,在一 扩展的功能上面

compile 'com.zhy:percent-support-extends:1.1.1' 一 扩展的功能

然而,在三 用法里你这样写的 Android Studio 对于如何导入,也是相当的简单,android studio的用户,直接:

dependencies {
    //...
    compile 'com.zhy:percent-support-extends:1.0.7'
}

最好是同步一下版本号。

likfe avatar Nov 16 '15 08:11 likfe