Skip to content

Commit

Permalink
chore(mat): renovación de matrículas
Browse files Browse the repository at this point in the history
  • Loading branch information
negro89 committed Aug 3, 2023
1 parent 5e95422 commit 884524b
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ build-andes.json
# Resources
resources/android/icon/*
resources/android/splash/*
resources/android/xml/*
resources/ios/icon/*
resources/ios/splash/*

Expand Down
7 changes: 5 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="ar.gob.andes.mobile" version="4.15.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="org.andesDev.mobile" version="5.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Andes Neuquén</name>
<description>Andes Neuquén Mobile App</description>
<author email="info@andes.gob.ar" href="http://andes.gob.ar/">ANDES ~ Aplicaciones Neuquinas De Salud</author>
Expand All @@ -10,6 +10,7 @@
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<preference name="AndroidXEnabled" value="false" />
<preference name="ScrollEnabled" value="false" />
<preference name="BackupWebStorage" value="none" />
<preference name="SplashMaintainAspectRatio" value="true" />
Expand All @@ -21,7 +22,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" />
<preference name="android-minSdkVersion" value="19" />
<preference name="android-targetSdkVersion" value="30" />
<preference name="android-targetSdkVersion" value="31" />
<preference name="AndroidExtraFilesystems" value="files,files-external,documents,sdcard,cache,cache-external,assets,root" />
</edit-config>
<resource-file src="resources/android/xml/network_security_config.xml" target="app/src/main/res/xml/network_security_config.xml" />
Expand Down Expand Up @@ -69,6 +70,7 @@
<config-file parent="FirebaseAppDelegateProxyEnabled" platform="ios" target="*-Info.plist">
<true />
</config-file>
<config-file parent="NSCameraUsageDescription" platform="ios" target="*-Info.plist" />
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
<allow-navigation href="https://www.google.com/recaptcha/*" />
Expand Down Expand Up @@ -172,5 +174,6 @@
<plugin name="cordova-plugin-splashscreen" spec="5.0.2" />
<plugin name="cordova-plugin-ionic-webview" spec="^4.0.0" />
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
<plugin name="cordova-plugin-camera" spec="^5.36.0" />
<content src="index.html" />
</widget>
42 changes: 42 additions & 0 deletions google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"project_info": {
"project_number": "639464407340",
"firebase_url": "https://andes-test.firebaseio.com",
"project_id": "andes-test",
"storage_bucket": "andes-test.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:639464407340:android:1df4afad2c0bd7f0",
"android_client_info": {
"package_name": "org.andesDev.mobile"
}
},
"oauth_client": [
{
"client_id": "639464407340-cak8bau9jhmkmjkvls31122ljnr50e2t.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyD6vLr9wMn-aM7EkekXd5bbo9-SQUEuh9w"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 1,
"other_platform_oauth_client": []
},
"ads_service": {
"status": 2
}
}
}
],
"configuration_version": "1"
}
4 changes: 2 additions & 2 deletions ionic.config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "andes_mobile",
"version": "4.15.3",
"version": "5.0.0",
"buildToolsVersion": "30.0.3",
"integrations": {
"cordova": {}
},
"type": "angular"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobile_app",
"version": "4.15.3",
"version": "5.0.0",
"author": "Andes Neuquén",
"description": "Andes mobile",
"homepage": "https://github.com/andes/mobile-app",
Expand Down

0 comments on commit 884524b

Please sign in to comment.