diff options
| author | Albin <albin@mullvad.net> | 2024-06-25 12:03:50 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-06-26 12:58:47 +0200 |
| commit | 859983aa0b7716d3737353768850e1fb3d98e74e (patch) | |
| tree | 59460f53989437cf7e8462c20203db2fe02b8664 /android/lib/map | |
| parent | ac70101c713139244221889a61e96ecf9a56c9c6 (diff) | |
| download | mullvadvpn-859983aa0b7716d3737353768850e1fb3d98e74e.tar.xz mullvadvpn-859983aa0b7716d3737353768850e1fb3d98e74e.zip | |
Add kermit dependency
Diffstat (limited to 'android/lib/map')
| -rw-r--r-- | android/lib/map/build.gradle.kts | 6 |
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) } |
