summaryrefslogtreecommitdiffhomepage
path: root/android/app
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2023-07-10 09:03:34 +0200
committerAlbin <albin@mullvad.net>2023-07-11 09:30:39 +0200
commit038698f397a0189335ac33182d0b1b73a4e301c5 (patch)
tree978d67b3dfdfe6518979096ba634b26c0ec8300e /android/app
parentfb5c9a616e8ecbca92d1a0207818906feb49bb71 (diff)
downloadmullvadvpn-038698f397a0189335ac33182d0b1b73a4e301c5.tar.xz
mullvadvpn-038698f397a0189335ac33182d0b1b73a4e301c5.zip
Remove material 2 library since it's no longer used
Diffstat (limited to 'android/app')
-rw-r--r--android/app/build.gradle.kts1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts
index 1e6ad7b08e..b40bab7c92 100644
--- a/android/app/build.gradle.kts
+++ b/android/app/build.gradle.kts
@@ -224,7 +224,6 @@ dependencies {
implementation(Dependencies.Compose.constrainLayout)
implementation(Dependencies.Compose.foundation)
implementation(Dependencies.Compose.viewModelLifecycle)
- implementation(Dependencies.Compose.material)
implementation(Dependencies.Compose.material3)
implementation(Dependencies.Compose.uiController)
implementation(Dependencies.Compose.ui)