summaryrefslogtreecommitdiffhomepage
path: root/android/app
diff options
context:
space:
mode:
Diffstat (limited to 'android/app')
-rw-r--r--android/app/build.gradle.kts1
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)