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
@@ -107,8 +107,6 @@ fun DependencyHandlerScope.addBaseAndroidUi() {
implementation("androidx.lifecycle:lifecycle-common-java8:$lifecycleVers")
implementation("androidx.lifecycle:lifecycle-process:$lifecycleVers")
implementation("androidx.lifecycle:lifecycle-livedata-ktx:$lifecycleVers")
implementation("androidx.core:core-splashscreen:1.0.0-alpha02")
}
fun DependencyHandlerScope.addTesting(junit: Boolean = true, instrumentation: Boolean = true) {