Skip to content

Commit c0365f5

Browse files
author
cnouguier
committed
wip: Upgrade to Quasar 2 / Vue 3 - try to fix cordova build #393
1 parent f352d26 commit c0365f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src-cordova/config.xml.tpl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<preference name="SplashScreen" value="screen"/>
3535
<preference name="StatusBarOverlaysWebView" value="false"/>
3636
<platform name="android">
37-
<hook src="hooks/android-before-build.js" type="before_build"/>
37+
<!--hook src="hooks/android-before-build.js" type="before_build"/-->
3838
<allow-intent href="market:*"/>
3939
<resource-file src="google-services.json" target="app/google-services.json"/>
4040
<custom-config-file parent="/*" target="AndroidManifest.xml">
@@ -126,17 +126,17 @@
126126
<plugin name="cordova-plugin-statusbar" spec="~3.0.0"/>
127127
<plugin name="cordova-plugin-android-permissions" spec="~1.1.3"/>
128128
<plugin name="cordova-plugin-device" spec="~2.1.0"/>
129-
<!--plugin name="cordova-plugin-geolocation" spec="~4.1.0"/>
130-
<plugin name="cordova-plugin-camera" spec="~6.0.0"/-->
129+
<plugin name="cordova-plugin-geolocation" spec="~4.1.0"/>
130+
<plugin name="cordova-plugin-camera" spec="~6.0.0"/>
131131
<plugin name="cordova-plugin-sim" spec="~1.3.3"/>
132132
<plugin name="cordova-plugin-whitelist" spec="~1.3.5"/>
133133
<plugin name="cordova-plugin-inappbrowser" spec="~5.0.0"/>
134-
<!--plugin name="cordova-plugin-file" spec="~7.0.0"/>
134+
<plugin name="cordova-plugin-file" spec="~7.0.0"/>
135135
<plugin name="cordova-plugin-file-opener2" spec="~3.0.5"/>
136136
<plugin name="uk.co.workingedge.phonegap.plugin.launchnavigator" source="npm">
137137
<variable name="GOOGLE_API_KEY_FOR_ANDROID" value="$GOOGLE_API_KEY_FOR_ANDROID"/>
138138
</plugin>
139-
<plugin name="@havesource/cordova-plugin-push" spec="3.0.1"/-->
139+
<plugin name="@havesource/cordova-plugin-push" spec="3.0.1"/>
140140
<engine name="android" spec="~10.1.2"/>
141141
<engine name="ios" spec="~6.2.0"/>
142142
</widget>

0 commit comments

Comments
 (0)