summaryrefslogtreecommitdiffhomepage
path: root/android/lib/map
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2024-06-25 12:03:50 +0200
committerAlbin <albin@mullvad.net>2024-06-26 12:58:47 +0200
commit859983aa0b7716d3737353768850e1fb3d98e74e (patch)
tree59460f53989437cf7e8462c20203db2fe02b8664 /android/lib/map
parentac70101c713139244221889a61e96ecf9a56c9c6 (diff)
downloadmullvadvpn-859983aa0b7716d3737353768850e1fb3d98e74e.tar.xz
mullvadvpn-859983aa0b7716d3737353768850e1fb3d98e74e.zip
Add kermit dependency
Diffstat (limited to 'android/lib/map')
-rw-r--r--android/lib/map/build.gradle.kts6
1 files changed, 2 insertions, 4 deletions
diff --git a/android/lib/map/build.gradle.kts b/android/lib/map/build.gradle.kts
index 7ca04c16da..f4606de5bd 100644
--- a/android/lib/map/build.gradle.kts
+++ b/android/lib/map/build.gradle.kts
@@ -35,12 +35,10 @@ android {
}
dependencies {
-
- //Model
implementation(project(Dependencies.Mullvad.modelLib))
+ implementation(Dependencies.AndroidX.lifecycleRuntimeKtx)
implementation(Dependencies.Compose.ui)
implementation(Dependencies.Compose.foundation)
-
- implementation(Dependencies.AndroidX.lifecycleRuntimeKtx)
+ implementation(Dependencies.kermit)
}