initial commit
This commit is contained in:
commit
dd76a6a1a3
55 changed files with 989 additions and 0 deletions
18
settings.gradle.kts
Normal file
18
settings.gradle.kts
Normal file
|
@ -0,0 +1,18 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "Changes 易"
|
||||
include(":app")
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue