diff options
| author | David Göransson <david.goransson90@gmail.com> | 2024-03-04 11:57:06 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-03-05 12:41:44 +0100 |
| commit | dbf70755217470d42da760471d6fa950489060de (patch) | |
| tree | 57b611cf416a3a25c810a19b500d13adbe5e9e37 /android/app | |
| parent | 436a14d46c6f7d4a74f197c02903e11644d5db92 (diff) | |
| download | mullvadvpn-dbf70755217470d42da760471d6fa950489060de.tar.xz mullvadvpn-dbf70755217470d42da760471d6fa950489060de.zip | |
Add lifecycle compose runtime dependency
Diffstat (limited to 'android/app')
| -rw-r--r-- | android/app/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index c4be0bcc43..5a82ae7284 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -332,6 +332,7 @@ dependencies { implementation(Dependencies.AndroidX.coreKtx) implementation(Dependencies.AndroidX.lifecycleRuntimeKtx) implementation(Dependencies.AndroidX.lifecycleViewmodelKtx) + implementation(Dependencies.AndroidX.lifecycleRuntimeCompose) implementation(Dependencies.Compose.constrainLayout) implementation(Dependencies.Compose.foundation) implementation(Dependencies.Compose.material3) |
