summaryrefslogtreecommitdiff
path: root/app
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 /app
parent310bb46c13406579aeee15300f7329f214aa0626 (diff)
downloadAntennaPod-fe1d69f1be7b1c55623e8ec29c5937795af930d8.zip
Update AppCompat to 1.3.x
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 0d710c4cf..abddd837f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -121,6 +121,7 @@ dependencies {
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
implementation "androidx.appcompat:appcompat:$appcompatVersion"
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
+ implementation "androidx.core:core:$coreVersion"
implementation 'androidx.gridlayout:gridlayout:1.0.0'
implementation "androidx.media:media:$mediaVersion"
implementation "androidx.preference:preference:$preferenceVersion"