From 107dd8ea54b4548cd70f154f7aa58b3c530c5a80 Mon Sep 17 00:00:00 2001 From: Walter Ching Date: Tue, 4 Jan 2022 18:23:42 +0100 Subject: [PATCH] Remove unnecessary Google Material since it is not used --- library/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 2b4aced..a7c1140 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -45,7 +45,6 @@ dependencies { implementation "androidx.compose.material:material:$compose_version" implementation "androidx.compose.ui:ui-tooling-preview:$compose_version" implementation "androidx.constraintlayout:constraintlayout-compose:1.0.0-beta02" - implementation 'com.google.android.material:material:1.4.0' } -apply from: "publish.gradle" \ No newline at end of file +apply from: "publish.gradle"