Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2022-08-16 09:52:20 +0300
committerStefan Niedermann <info@niedermann.it>2022-08-16 10:04:10 +0300
commit26b60f27edaa518583e2b92f967e11fe44ce0c5c (patch)
tree4073a7c22a8cacab1ca98a1555be32174263efd4 /app/build.gradle
parenta67a5b23a3ae0ae78cab7f986d6e8d1f3220417b (diff)
⚙️ Use new Android 12 SplashScreen API
Signed-off-by: Stefan Niedermann <info@niedermann.it>
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 95afcfcdf..7cac982cb 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -82,6 +82,7 @@ dependencies {
def roomVersion = "2.4.3"
implementation "androidx.room:room-runtime:$roomVersion"
annotationProcessor "androidx.room:room-compiler:$roomVersion"
+ implementation 'androidx.core:core-splashscreen:1.0.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.work:work-runtime:2.7.1'
implementation "com.google.android.material:material:$rootProject.materialVersion"