diff options
Diffstat (limited to 'ui/statistics/build.gradle')
-rw-r--r-- | ui/statistics/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/statistics/build.gradle b/ui/statistics/build.gradle index f49b98a4e..e5e00d32d 100644 --- a/ui/statistics/build.gradle +++ b/ui/statistics/build.gradle @@ -12,6 +12,7 @@ dependencies { implementation project(":core") implementation project(":event") implementation project(":model") + implementation project(':storage:database') implementation project(":ui:app-start-intent") implementation project(":ui:common") |