initial commit

This commit is contained in:
Dhya 2024-10-02 18:22:28 -07:00
commit dd76a6a1a3
55 changed files with 989 additions and 0 deletions

18
settings.gradle.kts Normal file
View 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")