GlideApp 在 library module 中无法生成
2018-05-03 本文已影响55人
古宇强
compile ("com.github.bumptech.glide:glide:4.7.1"){
exclude group: "com.android.support"
}
annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'
compile ("com.github.bumptech.glide:glide:4.7.1"){
exclude group: "com.android.support"
}
annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1'