summaryrefslogtreecommitdiff
path: root/ui/statistics/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'ui/statistics/build.gradle')
-rw-r--r--ui/statistics/build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/statistics/build.gradle b/ui/statistics/build.gradle
index cca840989..72b4b807b 100644
--- a/ui/statistics/build.gradle
+++ b/ui/statistics/build.gradle
@@ -13,8 +13,9 @@ android {
dependencies {
implementation project(":core")
- implementation project(':event')
+ implementation project(":event")
implementation project(":model")
+ implementation project(":ui:app-start-intent")
implementation project(":ui:common")
annotationProcessor "androidx.annotation:annotation:$annotationVersion"