taomenggo init

This commit is contained in:
guozhen
2024-08-06 10:30:15 +08:00
committed by xuhuixiang
parent 3e7fd07f4f
commit c929efd05e
3007 changed files with 229844 additions and 77 deletions

27
build.gradle.kts Normal file
View 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()
}