File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ dependencies {
5050 implementation(libs.ui.graphics)
5151 implementation(libs.ui.tooling)
5252 implementation(libs.ui.tooling.preview)
53+ implementation(libs.material.icons.extended)
5354 debugImplementation(libs.ui.test.manifest)
5455 implementation(libs.ui.test.junit4)
5556}
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
105105ui-test-manifest = { module = " androidx.compose.ui:ui-test-manifest" }
106106ui-tooling = { module = " androidx.compose.ui:ui-tooling" }
107107ui-tooling-preview = { module = " androidx.compose.ui:ui-tooling-preview" }
108+ material-icons-extended = { module = " androidx.compose.material:material-icons-extended" }
108109
109110zelory-compressor = { module = " id.zelory:compressor" , version.ref = " zelory-compressor" }
110111
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ pluginManagement {
66 maven(" https://plugins.gradle.org/m2/" )
77 maven(" https://jitpack.io" )
88 maven(" https://maven.fabric.io/public" )
9- maven(" maven.google.com" )
109 }
1110}
1211
You can’t perform that action at this time.
0 commit comments