summaryrefslogtreecommitdiffhomepage
path: root/android/app
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2024-01-23 09:21:29 +0100
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2024-01-25 13:24:02 +0100
commitae388dc58163c6b95826a0767a4e6da719ae8a1f (patch)
tree1b99ef560999efc9f262dac3ed0497e789d60f28 /android/app
parentc92bff747f09110c21bc1ceb47151f3cb65ea6cf (diff)
downloadmullvadvpn-ae388dc58163c6b95826a0767a4e6da719ae8a1f.tar.xz
mullvadvpn-ae388dc58163c6b95826a0767a4e6da719ae8a1f.zip
Remove unused libraries
Diffstat (limited to 'android/app')
-rw-r--r--android/app/build.gradle.kts2
1 files changed, 0 insertions, 2 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts
index c9ccec1cd0..8499c03acd 100644
--- a/android/app/build.gradle.kts
+++ b/android/app/build.gradle.kts
@@ -323,14 +323,12 @@ dependencies {
playImplementation(project(Dependencies.Mullvad.billingLib))
implementation(Dependencies.commonsValidator)
- implementation(Dependencies.AndroidX.constraintlayout)
implementation(Dependencies.AndroidX.coreKtx)
implementation(Dependencies.AndroidX.lifecycleRuntimeKtx)
implementation(Dependencies.AndroidX.lifecycleViewmodelKtx)
implementation(Dependencies.Compose.constrainLayout)
implementation(Dependencies.Compose.foundation)
implementation(Dependencies.Compose.material3)
- implementation(Dependencies.Compose.uiController)
implementation(Dependencies.Compose.ui)
implementation(Dependencies.Compose.uiUtil)
implementation(Dependencies.Compose.destinations)