summaryrefslogtreecommitdiff
path: root/ui/common/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'ui/common/build.gradle')
-rw-r--r--ui/common/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/common/build.gradle b/ui/common/build.gradle
index 2771cac72..26db9f9e4 100644
--- a/ui/common/build.gradle
+++ b/ui/common/build.gradle
@@ -8,10 +8,12 @@ android {
}
dependencies {
+ implementation project(":storage:preferences")
implementation project(":ui:i18n")
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
implementation "androidx.appcompat:appcompat:$appcompatVersion"
implementation "androidx.viewpager2:viewpager2:$viewPager2Version"
implementation "com.google.android.material:material:$googleMaterialVersion"
+ implementation "androidx.core:core-splashscreen:1.0.0"
}