Skip to content

Commit

Permalink
Merge branch 'release/3.8.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandouval committed Jul 13, 2022
2 parents 9d02f63 + 14e196f commit af0852a
Show file tree
Hide file tree
Showing 18 changed files with 22,724 additions and 327 deletions.
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.datauy.dondereciclo.app" version="3.8.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.datauy.dondereciclo.app" version="3.8.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>¿Dónde Reciclo?</name>
<description>Información sobre dónde y cómo clasificar y reciclar.</description>
<author email="[email protected]" href="http://data.org.uy/">DATA Uruguay</author>
Expand Down Expand Up @@ -28,6 +28,7 @@
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application" xmlns:android="http://schemas.android.com/apk/res/android">
<application android:networkSecurityConfig="@xml/network_security_config" />
<activity android:windowSoftInputMode="adjustPan" />
<activity android:exported="true" />
</edit-config>
<resource-file src="resources/android/xml/network_security_config.xml" target="app/src/main/res/xml/network_security_config.xml" />
<allow-intent href="market:*" />
Expand Down Expand Up @@ -120,6 +121,5 @@
<plugin name="cordova-plugin-splashscreen" spec="5.0.2" />
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
<plugin name="cordova-plugin-geolocation" spec="4.0.2" />
<engine name="android" spec="^8.1.0" />
<engine name="ios" spec="^6.1.0" />
</widget>
Loading

0 comments on commit af0852a

Please sign in to comment.