This commit is contained in:
wenyifan
2024-05-20 18:11:06 +08:00
commit 1cca3f816b
23 changed files with 841 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 = "ChargeTool"
include ':app'