Update cordova config

This commit is contained in:
Martin Kleinschrodt 2021-09-01 09:45:00 +02:00
parent c92bb61bba
commit 8096cfb31c
1 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="app.padloc" version="3.1.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="app.padloc" version="4.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Padloc</name>
<description>
</description>
@ -19,7 +19,6 @@
<preference name="AutoHideSplashScreen" value="true" />
<preference name="SplashScreenDelay" value="1" />
<preference name="StatusBarOverlaysWebView" value="true" />
<preference name="StatusBarStyle" value="default" />
<preference name="BackupWebStorage" value="cloud" />
<preference name="cordova-custom-config-autorestore" value="true" />
<preference name="AndroidXEnabled" value="true" />
@ -27,8 +26,9 @@
<preference name="GradlePluginKotlinCodeStyle" value="official" />
<preference name="GradlePluginKotlinVersion" value="1.3.50" />
<platform name="android">
<preference name="android-minSdkVersion" value="21" />
<preference name="android-targetSdkVersion" value="29" />
<preference name="android-minSdkVersion" value="22" />
<preference name="android-targetSdkVersion" value="30" />
<preference name="StatusBarStyle" value="lightcontent" />
<icon density="ldpi" src="res/android/icon/app-icon-ldpi.png" />
<icon density="mdpi" src="res/android/icon/app-icon-mdpi.png" />
<icon density="hdpi" src="res/android/icon/app-icon-hdpi.png" />
@ -51,6 +51,7 @@
<platform name="ios">
<preference name="Fullscreen" value="true" />
<preference name="deployment-target" value="11.0" />
<preference name="StatusBarStyle" value="default" />
<icon height="20" src="res/ios/icon/app-icon-20.png" width="20" />
<icon height="29" src="res/ios/icon/app-icon-29.png" width="29" />
<icon height="40" src="res/ios/icon/app-icon-40.png" width="40" />