Gradle 使用第三方库总结

JakeWharton/butterknife

compile 'com.jakewharton:butterknife:7.0.1'


greenrobot/EventBus

 compile 'de.greenrobot:eventbus:2.4.0'

mcxiaoke/android-volley

compile 'com.mcxiaoke.volley:library:1.0.18'

square/retrofit

compile 'com.squareup.retrofit:retrofit:1.9.0'

facebook/fresco

compile 'com.facebook.fresco:fresco:0.6.0+'

facebook/stetho

compile 'com.facebook.stetho:stetho:1.1.1'

need other libs to support


orhanobut/hawk

compile 'com.orhanobut:hawk:1.17'

square/leakcanary

 dependencies {
   debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1'
   releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1'
 }

google/gson

compile 'com.google.code.gson:gson:2.3.1'

 

 

以上所有库名均有连接,可点击进入GitHub 查看具体项目,以上均为开源项目


 

posted @ 2015-07-29 09:39  rqg  阅读(381)  评论(0编辑  收藏  举报