This commit is contained in:
wenyifan
2023-01-15 20:40:43 +08:00
commit 6ffb7f87d6
45 changed files with 1228 additions and 0 deletions

18
settings.gradle Normal file
View File

@ -0,0 +1,18 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
rootProject.name = "Gost"
include ':app'