Android Studio Arctic Fox Canary 8 开始发出警告 JCenter is at end of life
但是我不能只是删除jcenter()声明,因为它承载了很多 android 工件,它会导致Could not resolve all artifacts错误。解决此警告的正确方法是什么?
我应该担心JCenter被弃用吗?
为什么我应该从JCenter迁移到其他 Maven 存储库?
我可以继续jcenter()在我的 Gradle 构建中使用吗?