Commit Graph
3 Commits
Author SHA1 Message Date
prudhvir3ddy e6c9b5de73 fixed code conflicts 2025-07-10 17:56:09 +05:30
prudhvir3ddy 07d0f1089f Refactor: Use Gradle version catalog
This commit introduces the Gradle version catalog (`libs.versions.toml`) to manage dependencies and plugin versions centrally.

Key changes:
- Added `gradle/libs.versions.toml` defining versions, libraries, plugins, and bundles.
- Updated `app/build.gradle.kts` to reference dependencies and plugins from the version catalog.
- Updated project-level `build.gradle.kts` to use plugin aliases from the version catalog.
2025-07-10 17:42:23 +05:30
callebtc d6a4e122b4 init 2025-07-08 20:37:46 +02:00