diff options
author | TacoTheDank <SkytkRSfan3895@gmail.com> | 2021-08-28 20:33:44 -0400 |
---|---|---|
committer | TacoTheDank <SkytkRSfan3895@gmail.com> | 2021-08-28 20:33:44 -0400 |
commit | fe1d69f1be7b1c55623e8ec29c5937795af930d8 (patch) | |
tree | a4944adc30c878ea1ba78e79e2d78a8d76dc236a /core | |
parent | 310bb46c13406579aeee15300f7329f214aa0626 (diff) | |
download | AntennaPod-fe1d69f1be7b1c55623e8ec29c5937795af930d8.zip |
Update AppCompat to 1.3.x
Diffstat (limited to 'core')
-rw-r--r-- | core/build.gradle | 1 |
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" |