compile 'com.jakewharton:butterknife:7.0.1'
compile 'de.greenrobot:eventbus:2.4.0'
compile 'com.mcxiaoke.volley:library:1.0.18'
compile 'com.squareup.retrofit:retrofit:1.9.0'
compile 'com.facebook.fresco:fresco:0.6.0+'
compile 'com.facebook.stetho:stetho:1.1.1'
need other libs to support
compile 'com.orhanobut:hawk:1.17'
dependencies {
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1'
}
compile
'com.google.code.gson:gson:2.3.1'
以上所有库名均有连接,可点击进入GitHub 查看具体项目,以上均为开源项目