Android studio依赖大全
2019-05-06 本文已影响7人
总会颠沛流离
//Okhttp
implementation 'com.squareup.okhttp3:okhttp:3.12.0'
//Xrecyclerview
implementation 'com.jcodecraeer:xrecyclerview:1.5.9'
implementation 'com.android.support:design:28.0.0'
//Gson解析
implementation 'com.google.code.gson:gson:2.2.4'
//Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.1.0'
implementation 'com.squareup.retrofit2:converter-gson:2.1.0'
//Recyclerview
implementation 'com.android.support:recyclerview-v7:28.0.0'
//Butterknife依赖
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
// Rxjava依赖
implementation 'io.reactivex.rxjava2:rxandroid:2.0.2'
implementation 'io.reactivex.rxjava2:rxjava:2.1.9'
implementation 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'
//Eventbus依赖
implementation'org.greenrobot:eventbus:3.0.0'
//Glide依赖
implementation 'com.github.bumptech.glide:glide:4.6.1'
//轮播图banner
implementation 'com.youth.banner:banner:1.4.10'
//卡片布局
implementation 'com.android.support:cardview-v7:28.0.0'