summaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2023-01-13 17:24:51 +0100
committerGitHub <noreply@github.com>2023-01-13 17:24:51 +0100
commitd7bfe89b13dd5ed4e9aa7bd64b83d2a59c7e296f (patch)
tree8428f6e244d644501b9f7db74bfda38881ef2156 /core/build.gradle
parent88289d02ae2a402ec77723dd53da33e9cf4c7311 (diff)
downloadAntennaPod-d7bfe89b13dd5ed4e9aa7bd64b83d2a59c7e296f.zip
Branding upgrade (#6146)
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 e4b9542c7..466b4ea74 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -42,6 +42,7 @@ dependencies {
annotationProcessor "androidx.annotation:annotation:$annotationVersion"
implementation "androidx.appcompat:appcompat:$appcompatVersion"
implementation "androidx.core:core:$coreVersion"
+ implementation "androidx.core:core-splashscreen:1.0.0"
implementation 'androidx.documentfile:documentfile:1.0.1'
implementation "androidx.fragment:fragment:$fragmentVersion"
implementation "androidx.media:media:$mediaVersion"