Skip to content

Commit

Permalink
build: updated cordova config
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Aug 13, 2022
1 parent 58a2719 commit 3e18966
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src-cordova/config.xml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<allow-intent href="sms:*"/>
<allow-intent href="mailto:*"/>
<allow-intent href="geo:*"/>
<preference name="scheme" value="app" />
<preference name="hostname" value="localhost" />
<preference name="android-minSdkVersion" value="23"/>
<preference name="android-targetSdkVersion" value="30"/>
<preference name="permissions" value="none"/>
Expand Down Expand Up @@ -124,7 +126,7 @@
<plugin name="cordova-plugin-statusbar" spec="~3.0.0"/>
<plugin name="cordova-plugin-android-permissions" spec="~1.1.3"/>
<plugin name="cordova-plugin-device" spec="~2.1.0"/>
<plugin name="cordova-plugin-geolocation" spec="~4.0.2"/>
<plugin name="cordova-plugin-geolocation" spec="~4.1.0"/>
<plugin name="cordova-plugin-camera" spec="~6.0.0"/>
<plugin name="cordova-plugin-sim" spec="~1.3.3"/>
<plugin name="cordova-plugin-whitelist" spec="~1.3.5"/>
Expand Down

0 comments on commit 3e18966

Please sign in to comment.