Initial commit: Set up retro photobooth monorepo structure, core configurations, and premium sample assets

This commit is contained in:
2026-07-05 11:47:59 +07:00
commit a3b9c24936
17 changed files with 1603 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Retro Photobooth"
include(":app")