fix the Glide annotationProcessor warning

This commit is contained in:
Konrad Pozniak 2019-04-20 22:51:28 +02:00 committed by Konrad Pozniak
parent ef66deeae7
commit 9e4db47bc7
1 changed files with 0 additions and 1 deletions

View File

@ -145,6 +145,5 @@ dependencies {
//Glide
implementation 'com.github.bumptech.glide:glide:4.9.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
implementation 'com.github.bumptech.glide:okhttp3-integration:4.9.0'
}