summaryrefslogtreecommitdiff
path: root/model
diff options
context:
space:
mode:
authorTacoTheDank <SkytkRSfan3895@gmail.com>2021-08-28 19:51:11 -0400
committerTacoTheDank <SkytkRSfan3895@gmail.com>2021-08-28 19:51:11 -0400
commit310bb46c13406579aeee15300f7329f214aa0626 (patch)
tree59cb1bfb3f942222ccd70cf4c3654aa573cda949 /model
parentf8779fbba2cfc6b0e03ae85f1814f8892497c3f8 (diff)
downloadAntennaPod-310bb46c13406579aeee15300f7329f214aa0626.zip
Clean up unused module AndroidX libraries
Diffstat (limited to 'model')
-rw-r--r--model/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/model/build.gradle b/model/build.gradle
index 3abbd8e24..6f956a2d5 100644
--- a/model/build.gradle
+++ b/model/build.gradle
@@ -3,7 +3,6 @@ apply from: "../common.gradle"
dependencies {
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
- implementation "androidx.appcompat:appcompat:$appcompatVersion"
implementation "androidx.media:media:$mediaVersion"
implementation "org.apache.commons:commons-lang3:$commonslangVersion"