diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-06-23 16:35:58 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-07-04 15:47:25 +0200 |
| commit | b6b01dbc66f8a903476b86d2b068e56cfe05e248 (patch) | |
| tree | 57037ccb231bb39ade8e7cb65e09202a05ad2c08 /android/app | |
| parent | 3e5795cbab6866fcd3eafee58d1790fc9e7f1829 (diff) | |
| download | mullvadvpn-b6b01dbc66f8a903476b86d2b068e56cfe05e248.tar.xz mullvadvpn-b6b01dbc66f8a903476b86d2b068e56cfe05e248.zip | |
Create new design system module
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 32ed53060b..24172279fc 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -348,6 +348,7 @@ dependencies { implementation(projects.lib.shared) implementation(projects.lib.talpid) implementation(projects.lib.tv) + implementation(projects.lib.ui.designsystem) implementation(projects.lib.ui.component) implementation(projects.lib.ui.tag) implementation(projects.tile) |
