问题
org.gradle.internal.resolve.ArtifactNotFoundException: Could not find annotations-4.9.0.jar (com.github.bumptech.glide:annotations:4.9.0).
原因
解决方式
repositories {
google()//谷歌放前面
jcenter()//放在谷歌后面
}

更换顺序后确实没问题了
参考文章 https://blog.youkuaiyun.com/coderfc/article/details/111316102