13 lines
480 B
Groovy
13 lines
480 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.0'
|
||
// 增加AGC插件配置,请您参见AGC插件依赖关系选择合适的AGC插件版本。
|
||
classpath 'com.huawei.agconnect:agcp:1.9.1.300'
|
||
}
|
||
}
|
||
plugins {
|
||
alias(libs.plugins.androidApplication) apply false
|
||
alias(libs.plugins.jetbrainsKotlinAndroid) apply false
|
||
}
|