feat:首次提交

This commit is contained in:
Max
2024-03-07 21:00:40 +08:00
commit 1071afd9a8
71 changed files with 2200 additions and 0 deletions

17
settings.gradle Normal file
View File

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