Implement 2_PROJECT_ANDROID: Gradle configuration, layout setup, and CameraX initial logic

This commit is contained in:
2026-07-05 12:29:00 +07:00
parent a3b9c24936
commit df837a4c56
6 changed files with 358 additions and 76 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ dependencyResolutionManagement {
}
}
rootProject.name = "Retro Photobooth"
rootProject.name = "RetroPhotobooth"
include(":app")