summaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
authorTacoTheDank <SkytkRSfan3895@gmail.com>2021-08-28 20:33:44 -0400
committerTacoTheDank <SkytkRSfan3895@gmail.com>2021-08-28 20:33:44 -0400
commitfe1d69f1be7b1c55623e8ec29c5937795af930d8 (patch)
treea4944adc30c878ea1ba78e79e2d78a8d76dc236a /core/build.gradle
parent310bb46c13406579aeee15300f7329f214aa0626 (diff)
downloadAntennaPod-fe1d69f1be7b1c55623e8ec29c5937795af930d8.zip
Update AppCompat to 1.3.x
Diffstat (limited to 'core/build.gradle')
-rw-r--r--core/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/build.gradle b/core/build.gradle
index b0eb1d51e..953a85a97 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -32,6 +32,7 @@ dependencies {
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
implementation "androidx.appcompat:appcompat:$appcompatVersion"
+ implementation "androidx.core:core:$coreVersion"
implementation 'androidx.documentfile:documentfile:1.0.1'
implementation "androidx.media:media:$mediaVersion"
implementation "androidx.preference:preference:$preferenceVersion"