summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorTaco <SkytkRSfan3895@gmail.com>2021-09-24 04:18:54 -0400
committerGitHub <noreply@github.com>2021-09-24 10:18:54 +0200
commit0a22e9fc3848a006247d1460c49e66e0c0e08a7c (patch)
treef86864be7d694aab9a2b66c8f1b9c9356dbf7f20 /app/build.gradle
parent17ab22b6c018a8c7b9995f93ced49b7d54c7847a (diff)
downloadAntennaPod-0a22e9fc3848a006247d1460c49e66e0c0e08a7c.zip
Update AndroidX Fragment to 1.3.6 (#5201)
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 08e569987..5c721e88d 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -122,6 +122,7 @@ dependencies {
implementation "androidx.appcompat:appcompat:$appcompatVersion"
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0'
implementation "androidx.core:core:$coreVersion"
+ implementation "androidx.fragment:fragment:$fragmentVersion"
implementation 'androidx.gridlayout:gridlayout:1.0.0'
implementation "androidx.media:media:$mediaVersion"
implementation "androidx.preference:preference:$preferenceVersion"