diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-07-26 16:38:47 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-07-26 17:18:58 +0530 |
commit | 6cb2f2ae778d7e183f53c8b76a0f95e53c46e232 (patch) | |
tree | 26947987dc9fec9f5f60d36c82cc50ff484a4d96 /gradle | |
parent | 1d77eadb114b0e105a37c9dd84e27286c522b99f (diff) |
chore: remove unused Compose dependencies
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c650b6ef..5db7b051 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -52,19 +52,12 @@ build-semver = "com.vdurmont:semver4j:3.1.0" build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:3.11.1" build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.8.1" build-versions = "com.github.ben-manes:gradle-versions-plugin:0.47.0" -compose-animation = { module = "androidx.compose.animation:animation" } compose-bom = "androidx.compose:compose-bom:2023.06.01" compose-foundation-core = { module = "androidx.compose.foundation:foundation" } compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" } -compose-hilt = "androidx.hilt:hilt-navigation-compose:1.0.0" -compose-material = { module = "androidx.compose.material:material" } compose-material3 = { module = "androidx.compose.material3:material3" } -compose-runtime = { module = "androidx.compose.runtime:runtime" } compose-ui-core = { module = "androidx.compose.ui:ui" } -compose-ui-test = { module = "androidx.compose.ui:ui-test-junit4" } compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" } -compose-ui-util = { module = "androidx.compose.ui:ui-util" } -compose-ui-viewbinding = { module = "androidx.compose.ui:ui-viewbinding" } dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" } dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" } dagger-hilt-core = { module = "com.google.dagger:hilt-core", version.ref = "hilt" } |