summaryrefslogtreecommitdiffhomepage
path: root/android/app
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-03-14 14:22:18 +0100
committerAlbin <albin@mullvad.net>2023-03-20 16:21:22 +0100
commit0ca325d3f100c449dd8f649479cc33396457b871 (patch)
treeda4efe1c51814b9936d06d3a72ceb4c76cd4fecb /android/app
parentf5ee71fe171d4497d34bc56e1cda950e3a9f7549 (diff)
downloadmullvadvpn-0ca325d3f100c449dd8f649479cc33396457b871.tar.xz
mullvadvpn-0ca325d3f100c449dd8f649479cc33396457b871.zip
Add compose dependencies
Diffstat (limited to 'android/app')
-rw-r--r--android/app/build.gradle.kts3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts
index 02cb680b08..46b70c0607 100644
--- a/android/app/build.gradle.kts
+++ b/android/app/build.gradle.kts
@@ -206,12 +206,15 @@ dependencies {
implementation(Dependencies.AndroidX.lifecycleRuntimeKtx)
implementation(Dependencies.AndroidX.lifecycleViewmodelKtx)
implementation(Dependencies.AndroidX.recyclerview)
+ implementation(Dependencies.Compose.composeCollapsingToolbar)
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)
+ implementation(Dependencies.Compose.uiUtil)
implementation(Dependencies.jodaTime)
implementation(Dependencies.Koin.core)
implementation(Dependencies.Koin.coreExt)