summaryrefslogtreecommitdiff
path: root/ui/statistics/build.gradle
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2024-04-05 19:20:27 +0200
committerGitHub <noreply@github.com>2024-04-05 19:20:27 +0200
commit92ab575b150ab49ca85e0ac994558142e49c9e68 (patch)
tree422dcd76895a4ba06ed02723ff61351435c0fe49 /ui/statistics/build.gradle
parent2143ab135182434911d4554a8ef08115eaa0d2d0 (diff)
downloadAntennaPod-92ab575b150ab49ca85e0ac994558142e49c9e68.zip
Delete core module (#7060)
Diffstat (limited to 'ui/statistics/build.gradle')
-rw-r--r--ui/statistics/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/statistics/build.gradle b/ui/statistics/build.gradle
index 1e33a0f0a..be86665a7 100644
--- a/ui/statistics/build.gradle
+++ b/ui/statistics/build.gradle
@@ -9,7 +9,6 @@ android {
}
dependencies {
- implementation project(":core")
implementation project(":event")
implementation project(":model")
implementation project(':storage:database')