diff options
author | TacoTheDank <SkytkRSfan3895@gmail.com> | 2021-08-28 19:51:11 -0400 |
---|---|---|
committer | TacoTheDank <SkytkRSfan3895@gmail.com> | 2021-08-28 19:51:11 -0400 |
commit | 310bb46c13406579aeee15300f7329f214aa0626 (patch) | |
tree | 59cb1bfb3f942222ccd70cf4c3654aa573cda949 /ui/app-start-intent | |
parent | f8779fbba2cfc6b0e03ae85f1814f8892497c3f8 (diff) | |
download | AntennaPod-310bb46c13406579aeee15300f7329f214aa0626.zip |
Clean up unused module AndroidX libraries
Diffstat (limited to 'ui/app-start-intent')
-rw-r--r-- | ui/app-start-intent/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app-start-intent/build.gradle b/ui/app-start-intent/build.gradle index 5390b85d8..2f6d821b1 100644 --- a/ui/app-start-intent/build.gradle +++ b/ui/app-start-intent/build.gradle @@ -3,5 +3,4 @@ apply from: "../../common.gradle" dependencies { annotationProcessor "androidx.annotation:annotation:$annotationVersion" - implementation "androidx.appcompat:appcompat:$appcompatVersion" } |