This commit is contained in:
wenyifan
2022-11-25 18:38:16 +08:00
commit 73b1f7384a
41 changed files with 795 additions and 0 deletions

16
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 = "Hotspot IP"
include ':app'