summaryrefslogtreecommitdiffstats
path: root/src/android/app/build.gradle
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-03-15 21:37:14 +0100
committerbunnei <bunneidev@gmail.com>2023-06-03 09:05:43 +0200
commit55e4c2d87b4f1e1cb40680a2b00fb08ef96e5cb5 (patch)
tree0abdf14958b58beb3577b53402fc527da80a1866 /src/android/app/build.gradle
parentandroid: Replace Picasso with Coil (diff)
downloadyuzu-55e4c2d87b4f1e1cb40680a2b00fb08ef96e5cb5.tar
yuzu-55e4c2d87b4f1e1cb40680a2b00fb08ef96e5cb5.tar.gz
yuzu-55e4c2d87b4f1e1cb40680a2b00fb08ef96e5cb5.tar.bz2
yuzu-55e4c2d87b4f1e1cb40680a2b00fb08ef96e5cb5.tar.lz
yuzu-55e4c2d87b4f1e1cb40680a2b00fb08ef96e5cb5.tar.xz
yuzu-55e4c2d87b4f1e1cb40680a2b00fb08ef96e5cb5.tar.zst
yuzu-55e4c2d87b4f1e1cb40680a2b00fb08ef96e5cb5.zip
Diffstat (limited to 'src/android/app/build.gradle')
-rw-r--r--src/android/app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle
index 68e11bb66..8b621f5d5 100644
--- a/src/android/app/build.gradle
+++ b/src/android/app/build.gradle
@@ -136,6 +136,7 @@ dependencies {
implementation 'androidx.preference:preference:1.2.0'
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
implementation "io.coil-kt:coil:2.2.2"
+ implementation 'androidx.core:core-splashscreen:1.0.0'
// Allows FRP-style asynchronous operations in Android.
implementation 'io.reactivex:rxandroid:1.2.1'