Skip to content

Commit

Permalink
Update cordova packages
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Feb 1, 2022
1 parent 525b308 commit 42a2616
Show file tree
Hide file tree
Showing 3 changed files with 3,981 additions and 1,167 deletions.
20 changes: 10 additions & 10 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<allow-intent href="market:*" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="HeaderColor" value="#f7296e" />
<preference name="AndroidInsecureFileModeEnabled" value="true" />
<preference name="StatusBarOverlaysWebView" value="false" />
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
<application android:usesCleartextTraffic="true" />
</edit-config>
Expand Down Expand Up @@ -56,21 +58,19 @@
<param name="onload" value="true" />
</feature>
<preference name="StatusBarBackgroundColor" value="#ff0d6a" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
<plugin name="cordova-plugin-network-information" spec="^2.0.1" />
<plugin name="cordova-plugin-splashscreen" spec="^6.0.0" />
<plugin name="cordova-plugin-network-information" spec="^3.0.0" />
<plugin name="cordova-plugin-qrscanner" spec="^3.0.1" />
<plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
<plugin name="cordova-plugin-wkwebview-engine" spec="github:mwchambers/cordova-plugin-wkwebview-engine#da67d6bb6ce8597c38fc69e66b84566e34efea8d" />
<plugin name="cordova-plugin-inappbrowser" spec="^5.0.0" />
<plugin name="com.lampa.startapp" spec="^6.1.6" />
<plugin name="cordova-plugin-x-socialsharing" spec="^5.4.5" />
<plugin name="cordova-plugin-statusbar" spec="^2.4.2" />
<plugin name="cordova-plugin-x-socialsharing" spec="^6.0.3" />
<plugin name="cordova-plugin-statusbar" spec="^3.0.0" />
<plugin name="cordova-plugin-headercolor" spec="^1.0.0" />
<plugin name="cordova-clipboard" spec="^1.3.0" />
<plugin name="ionic-plugin-deeplinks" spec="github:aeternity/ionic-plugin-deeplinks">
<plugin name="ionic-plugin-deeplinks" spec="^1.0.24">
<variable name="URL_SCHEME" value="aepp-base" />
<variable name="DEEPLINK_HOST" value="base.aepps.com" />
</plugin>
<engine name="android" spec="^8.0.0" />
<engine name="ios" spec="^5.0.0" />
<engine name="android" spec="^10.1.1" />
<engine name="ios" spec="^6.2.0" />
</widget>
Loading

0 comments on commit 42a2616

Please sign in to comment.