Fix "Missing app icon in splash screen"

> Your app does not show a 48x48dp app icon on a black background during app startup. For more information, see Branded launch.
This commit is contained in:
darken
2023-06-27 21:49:05 +02:00
parent 58b96cbdee
commit ac29e28eda
7 changed files with 11 additions and 96 deletions
+2
View File
@@ -141,6 +141,8 @@ dependencies {
addBaseAndroid()
addBaseAndroidUi()
implementation("androidx.core:core-splashscreen:1.0.0-alpha02")
addNavigation()
addBaseWorkManager()