添加项目
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.9.0'
|
||||
dependencies {
|
||||
// 增加Android Gradle插件版本号配置
|
||||
classpath 'com.android.tools.build:gradle:7.2.2'
|
||||
// hms,若不集成华为厂商通道,可直接跳过
|
||||
// classpath 'com.huawei.agconnect:agcp:1.9.1.300'
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
id 'com.android.application' version '7.2.2' apply false
|
||||
id 'com.android.library' version '7.2.2' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.8.20' apply false
|
||||
}
|
||||
apply from: 'config.gradle'
|
||||
task clean(type: Delete) {
|
||||
delete rootProject.buildDir
|
||||
}
|
||||
Reference in New Issue
Block a user