Android常用依赖

//okhttp
    compile 'com.squareup.okhttp3:okhttp:3.6.0'
    compile 'com.squareup.okio:okio:1.11.0'
 //gson
    compile 'com.google.code.gson:gson:2.8.2'
//xrecyclerview
compile 'com.jcodecraeer:xrecyclerview:1.3.2'
//banner
    compile 'com.youth.banner:banner:1.4.10'
//recyclerview
    implementation 'com.android.support:recyclerview-v7:27.1.1'
 
 
//glide
    implementation 'com.github.bumptech.glide:glide:4.7.1'
    annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'
//LitePal数据库
    compile 'org.litepal.android:core:1.4.1'
//GifView
compile 'com.github.Cutta:GifView:1.1'  
//imageloader
compile 'com.zftlive.android.library:feature-android-imageloader:1.0.0'
//CityPicker
implementation 'com.zaaach:citypicker:2.0.1'






猜你喜欢

转载自blog.csdn.net/qq_19681347/article/details/80027208