12 lines
344 B
Groovy
12 lines
344 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
buildscript {
|
|
dependencies {
|
|
// 替换以下版本
|
|
classpath 'com.android.tools.build:gradle:8.10.1'
|
|
}
|
|
}
|
|
plugins {
|
|
alias(libs.plugins.android.application) apply false
|
|
alias(libs.plugins.kotlin.android) apply false
|
|
}
|