summaryrefslogtreecommitdiff
path: root/net/sync/gpoddernet/build.gradle
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2024-04-05 20:08:25 +0200
committerGitHub <noreply@github.com>2024-04-05 20:08:25 +0200
commit687db0f5ed13ab0ee4e3a9c09f85359d987a13c0 (patch)
tree0c2894e2a4abaec08eef2d6e2fd8047127a05d57 /net/sync/gpoddernet/build.gradle
parentb6a4049ff4a792cbed826320064ccca72fc3e6e5 (diff)
downloadAntennaPod-687db0f5ed13ab0ee4e3a9c09f85359d987a13c0.zip
Merge :net:sync:model and :net:sync:service-interface (#7063)
Diffstat (limited to 'net/sync/gpoddernet/build.gradle')
-rw-r--r--net/sync/gpoddernet/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sync/gpoddernet/build.gradle b/net/sync/gpoddernet/build.gradle
index ff1fc2f00..3eec12b58 100644
--- a/net/sync/gpoddernet/build.gradle
+++ b/net/sync/gpoddernet/build.gradle
@@ -8,7 +8,7 @@ android {
}
dependencies {
- implementation project(':net:sync:model')
+ implementation project(':net:sync:service-interface')
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
implementation "androidx.appcompat:appcompat:$appcompatVersion"