taomenggo init
This commit is contained in:
27
build.gradle.kts
Normal file
27
build.gradle.kts
Normal file
@@ -0,0 +1,27 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
dependencies {
|
||||
classpath ("com.google.gms:google-services:4.3.15")
|
||||
classpath ("com.huawei.agconnect:agcp:1.9.1.301")
|
||||
classpath ("com.android.tools.build:gradle:7.1.3")
|
||||
}
|
||||
repositories {
|
||||
// google()
|
||||
// mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
plugins {
|
||||
id("com.android.application") version "7.1.3" apply false
|
||||
id("com.android.library") version "7.1.3" apply false
|
||||
kotlin("android") version "1.6.21" apply false
|
||||
}
|
||||
|
||||
tasks.register("clean", Delete::class) {
|
||||
delete(rootProject.buildDir)
|
||||
}
|
||||
repositories {
|
||||
// google()
|
||||
// mavenCentral()
|
||||
}
|
||||
Reference in New Issue
Block a user