- glide版本需要升級(jí)
implementation 'com.github.bumptech.glide:glide:4.13.2'
kapt 'com.github.bumptech.glide:compiler:4.13.2'
如果有遠(yuǎn)程使用了glide拉盾,則需要修改為同同一版本
2.butterknife升級(jí)(如果有沖突可以使用exclude,沒(méi)有可以去掉)
implementation ('com.jakewharton:butterknife:10.2.3'){
exclude group: 'com.jakewharton:butterknife',module:'com.jakewharton:butterknife'
}
kapt 'com.jakewharton:butterknife-compiler:10.2.3'