神一样的大腿

神一样的大腿
Okhttp请求以及Gson解析
compile 'com.squareup.okio:okio:1.5.0'
compile 'com.squareup.okhttp3:okhttp:3.2.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.4.1'
compile 'com.google.code.gson:gson:2.8.2'
banner使用
compile 'com.youth.banner:banner:1.4.9'
compile 'com.github.bumptech.glide:glide:3.7.0'
recyclerView
compile 'com.android.support:mediarouter-v7:25.0.0'
compile 'com.android.support:appcompat-v7:25.0.0'
compile 'com.android.support:recyclerview-v7:25.0.0'
二维码的zxing
compile 'com.github.open-android:Zxing:v1.0.3'
imageolader
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'

logger日志的使用
compile 'com.orhanobut:logger:2.1.1'

你可能感兴趣的:(Android)