Citron/src/android
Zephyron 9eb32d2d85
android: Reorganize and categorize gradle dependencies
Improve organization of app dependencies in build.gradle.kts by grouping them
into logical categories:

- AndroidX Core & UI components
- AndroidX Navigation
- AndroidX Lifecycle
- AndroidX Other components
- Kotlin dependencies
- Third party libraries

This change makes the dependencies section more maintainable and easier to
understand by providing clear visual separation between different types of
dependencies. No actual dependency versions were changed.

Also fixes minor formatting in runGitCommand function.
2025-02-03 16:11:47 +10:00
..
app android: Reorganize and categorize gradle dependencies 2025-02-03 16:11:47 +10:00
gradle/wrapper Android: Update build system and dependencies 2025-01-13 15:17:39 +10:00
.gitignore Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
build.gradle.kts Android: Update build configuration for Android 15 2025-02-01 11:44:39 +10:00
gradle.properties Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00
gradlew Android: Update build system and dependencies 2025-01-13 15:17:39 +10:00
gradlew.bat Android: Update build system and dependencies 2025-01-13 15:17:39 +10:00
settings.gradle.kts Revert incorrect copyright attribution for non-contributed files 2025-01-14 15:33:24 +10:00