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.csdn.net/coderfc/article/details/111316102