From f941d3275820cf746b9eed336388499f16e847a6 Mon Sep 17 00:00:00 2001 From: Andre K Date: Fri, 20 Sep 2024 22:05:51 -0300 Subject: [PATCH] chore: add Compose `material-icons-extended` dependency --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 256cfb1e6..ac782074e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -194,6 +194,7 @@ dependencies { androidTestImplementation composeBom implementation 'androidx.compose.material:material' + implementation 'androidx.compose.material:material-icons-extended' implementation 'androidx.activity:activity-compose' implementation 'androidx.compose.runtime:runtime-livedata' implementation "com.google.accompanist:accompanist-themeadapter-appcompat:0.36.0" @@ -282,4 +283,4 @@ repositories { detekt { config.setFrom("../config/detekt/detekt.yml") baseline = file("../config/detekt/detekt-baseline.xml") -} \ No newline at end of file +}