diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 51ecdacc95c5..b05e604b64ff 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -327,6 +327,7 @@ dependencies { implementation(Dependencies.commonsValidator) implementation(Dependencies.AndroidX.activityCompose) implementation(Dependencies.AndroidX.coreKtx) + implementation(Dependencies.AndroidX.coreSplashscreen) implementation(Dependencies.AndroidX.lifecycleRuntimeKtx) implementation(Dependencies.AndroidX.lifecycleViewmodelKtx) implementation(Dependencies.AndroidX.lifecycleRuntimeCompose) diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 61ef2c7e5095..cfe2c7c4dfdb 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -8,10 +8,10 @@ tools:ignore="ScopedStorage" /> + tools:ignore="DataExtractionRules,GoogleAppIndexingWarning"/> diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index f6f60cdd1fab..f69801a46dac 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -26,7 +26,7 @@ android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher" - android:theme="@style/AppTheme" + android:theme="@style/Theme.App.Starting" tools:ignore="GoogleAppIndexingWarning">