Add art-space and calculator projects

This commit is contained in:
PhongMacbook
2025-11-04 21:41:15 +07:00
parent ba16332256
commit ab06d4ae4e
88 changed files with 2292 additions and 0 deletions

16
art-space/settings.gradle Normal file
View File

@@ -0,0 +1,16 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "ArtSpace"
include ':app'