feat: splash screen

This commit is contained in:
Canny
2023-01-28 02:30:39 +03:00
committed by oSumAtrIX
parent d9633906f5
commit 0142b85ede
3 changed files with 8 additions and 1 deletions

View File

@ -48,6 +48,7 @@ dependencies {
// AndroidX Core
implementation("androidx.core:core-ktx:1.9.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.5.1")
implementation("androidx.core:core-splashscreen:1.0.0")
implementation("androidx.activity:activity-compose:1.6.1")
// Compose