Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REMOVED] Material icon extended from the app #186

Merged
merged 2 commits into from
Jan 19, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ dependencies {
implementation(libs.androidx.ui.graphics)
implementation(libs.androidx.ui.text.google.fonts)
implementation(libs.androidx.ui.tooling.preview)
implementation(libs.material.icons.extended)

implementation(libs.androidx.room.runtime)
ksp(libs.androidx.room.compiler)
Expand Down
10 changes: 0 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ composeBom = "2025.01.00"
# https://truth.dev/ | https://github.com/google/truth
googleTruth = "1.4.4"

# Material Icons Extended
# ⚠️ Due to the very large size of this library, make sure to use R8/Proguard to strip unused icons
# https://developer.android.com/reference/kotlin/androidx/compose/material/icons/package-summary
materialIconsExtended = "1.7.6"


# https://github.com/slackhq/circuit/releases
circuit = "0.25.0"
Expand Down Expand Up @@ -126,11 +121,6 @@ androidx-room-testing = { group = "androidx.room", name = "room-testing", versio
junit = { group = "junit", name = "junit", version.ref = "junit" }
google-truth = { group = "com.google.truth", name = "truth", version.ref = "googleTruth" }

# Material Icons Extended
# ⚠️ Due to the very large size of this library, make sure to use R8/Proguard to strip unused icons
# https://developer.android.com/reference/kotlin/androidx/compose/material/icons/package-summary
material-icons-extended = { group = "androidx.compose.material", name = "material-icons-extended", version.ref = "materialIconsExtended" }

# Circuit - ⚡️A Compose-driven architecture for Kotlin and Android applications.
# https://github.com/slackhq/circuit/releases
circuit-foundation = { group = "com.slack.circuit", name = "circuit-foundation", version.ref = "circuit" }
Expand Down
Loading