This commit is contained in:
wenyifan
2022-08-15 14:50:50 +08:00
commit 5f80546ca9
40 changed files with 1199 additions and 0 deletions

16
agent/settings.gradle Normal file
View File

@ -0,0 +1,16 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "dd"
include ':app'