4 Commits

Author SHA1 Message Date
9448127654 Update library dependencies to latest versions
Add standard license (MIT NonCommercial)
2025-09-30 15:33:55 +02:00
4e6e6f2024 Use dynamic root project name in settings.gradle.kts
Replace the hardcoded root project name with a dynamic one by using the REPO_NAME variable. This allows the project name to be easily configured and adjusted according to different environments or repository settings.
2024-12-01 12:16:29 +01:00
0eb853050b Refactor placeholder constants into dedicated file
Moved REPO_NAME and related constants into Placeholders.kt to improve code organization and maintainability. The code now dynamically references these constants where needed, simplifying updates and ensuring consistency across modules. Updated relevant imports and references to accommodate these changes.
2024-12-01 12:12:33 +01:00
bf9d72a20c Initial commit 2024-12-01 10:41:38 +00:00