summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-04-24 16:18:02 +0200
committerByteHamster <info@bytehamster.com>2021-04-24 17:05:59 +0200
commite30533a810efa59bba6c101dd1405e776e1b451e (patch)
treecbeed0877116c02d04257dbc1380287bd0e3eb4b /app/build.gradle
parent7b5f29e090f34c0aae60c5e3d7a1c9288a7eda7a (diff)
downloadAntennaPod-e30533a810efa59bba6c101dd1405e776e1b451e.zip
Moved synchronization to its own module
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 6156d1536..2c622cd91 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -164,6 +164,8 @@ android {
dependencies {
implementation project(":core")
implementation project(':model')
+ implementation project(':net:sync:gpoddernet')
+ implementation project(':net:sync:model')
implementation project(':ui:app-start-intent')
implementation project(':ui:common')