我将我的 android studio 从 Android studio Fox 更新为 Android studio Bumblebee 2021.1.1 但我的项目都无法在Android studio Bumblebee 2021.1.1中运行。我最终得到了这个美丽的错误。

这是我的 gradle 文件
plugins {
id 'com.android.application' version '7.1.0' apply false
id 'com.android.library' version '7.1.0' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Run Code Online (Sandbox Code Playgroud) java android android-studio mobile-development android-update-app
我已经升级了 Android Studio,之后我遇到了这个错误:
Gradle sync failed: Plugin [id: 'com.android.application', version: '7.1.2', apply: false] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (could not resolve plugin artifact 'com.android.application:com.android.application.gradle.plugin:7.1.2')
Searched in the following repositories:
Gradle Central Plugin Repository
Google
MavenRepo (24 s 586 ms)
Run Code Online (Sandbox Code Playgroud)
我已将 JDK 升级到 11,但没有修复该错误。我还可以做些什么?