Skip to content

Commit 49aadf7

Browse files
committed
Upgrade cordova plugins
1 parent b172b2f commit 49aadf7

File tree

3 files changed

+29636
-13154
lines changed

3 files changed

+29636
-13154
lines changed

config.xml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="gr.mavrou.wpionic" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="gr.mavrou.wpionic" version="0.0.1"
3+
xmlns="http://www.w3.org/ns/widgets"
4+
xmlns:cdv="http://cordova.apache.org/ns/1.0">
35
<name>WP Ionic</name>
46
<description>An experiment with WordPress Rest Api and Ionic</description>
57
<author email="[email protected]" href="https://mavrou.gr/">Dimitris Mavroudis</author>
@@ -21,7 +23,9 @@
2123
<preference name="AutoHideSplashScreen" value="false" />
2224
<preference name="ShowSplashScreenSpinner" value="false" />
2325
<platform name="android">
24-
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application" xmlns:android="http://schemas.android.com/apk/res/android">
26+
<preference name="AndroidXEnabled" value="true" />
27+
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application"
28+
xmlns:android="http://schemas.android.com/apk/res/android">
2529
<application android:networkSecurityConfig="@xml/network_security_config" />
2630
</edit-config>
2731
<resource-file src="resources/android/xml/network_security_config.xml" target="app/src/main/res/xml/network_security_config.xml" />

0 commit comments

Comments
 (0)