Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@
<preference name="GradlePluginKotlinEnabled" value="true" />
<preference name="android-targetSdkVersion" value="36" />
<preference name="android-minSdkVersion" value="26" />

<preference name="AutoHideSplashScreen" value="true" />
<preference name="SplashScreenDelay" value="0" />
<preference name="FadeSplashScreenDuration" value="0" />
Comment thread
RohitKushvaha01 marked this conversation as resolved.
<preference name="FadeSplashScreen" value="false" />
<preference name="AndroidWindowSplashScreenBehavior" value="icon_preferred" />

<edit-config file="app/src/main/AndroidManifest.xml" mode="merge"
Comment thread
RohitKushvaha01 marked this conversation as resolved.
target="/manifest/application">
Expand Down