[android]可能用到的dependencies

compile 'com.loopj.android:android-async-http:1.4.9'
        compile 'org.apache.httpcomponents:httpcore:4.4.1'
        compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
        compile 'com.google.code.gson:gson:2.5'
        compile 'com.jakewharton:butterknife:7.0.1'
        compile 'com.handmark.pulltorefresh.library:Refineit-pulltorefresh:2.1.1'
        compile 'com.readystatesoftware.systembartint:systembartint:1.0.3'
        compile 'de.hdodenhof:circleimageview:2.0.0'
        compile 'com.github.chrisbanes:PhotoView:1.3.0'
        //    compile 'com.google.dagger:dagger:2.4'
        //    apt 'com.google.dagger:dagger-compiler:2.4'
        //    compile 'org.glassfish:javax.annotation:10.0-b28'
        //    compile 'com.github.chrisbanes:PhotoView:1.3.0'
        compile project(':galleryfinal')
        compile 'io.reactivex:rxjava:1.0.14'
        compile 'io.reactivex:rxandroid:1.0.1'
        compile 'de.greenrobot:eventbus:3.0.0-beta1'
        compile project(':rfgreendao')

你可能感兴趣的:([android]可能用到的dependencies)