diff options
| author | 2023-03-15 16:37:14 -0400 | |
|---|---|---|
| committer | 2023-06-03 00:05:43 -0700 | |
| commit | 55e4c2d87b4f1e1cb40680a2b00fb08ef96e5cb5 (patch) | |
| tree | 0abdf14958b58beb3577b53402fc527da80a1866 /src/android/app/build.gradle | |
| parent | android: Replace Picasso with Coil (diff) | |
| download | yuzu-55e4c2d87b4f1e1cb40680a2b00fb08ef96e5cb5.tar.gz yuzu-55e4c2d87b4f1e1cb40680a2b00fb08ef96e5cb5.tar.xz yuzu-55e4c2d87b4f1e1cb40680a2b00fb08ef96e5cb5.zip | |
android: Use androidx splash screen
Diffstat (limited to 'src/android/app/build.gradle')
| -rw-r--r-- | src/android/app/build.gradle | 1 |
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 { | |||
| 136 | implementation 'androidx.preference:preference:1.2.0' | 136 | implementation 'androidx.preference:preference:1.2.0' |
| 137 | implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1" | 137 | implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1" |
| 138 | implementation "io.coil-kt:coil:2.2.2" | 138 | implementation "io.coil-kt:coil:2.2.2" |
| 139 | implementation 'androidx.core:core-splashscreen:1.0.0' | ||
| 139 | 140 | ||
| 140 | // Allows FRP-style asynchronous operations in Android. | 141 | // Allows FRP-style asynchronous operations in Android. |
| 141 | implementation 'io.reactivex:rxandroid:1.2.1' | 142 | implementation 'io.reactivex:rxandroid:1.2.1' |