// 顶层构建文件:只声明插件版本,具体配置在 app/build.gradle
plugins {
id 'com.android.application' version '8.5.2' apply false
}