diff --git a/.gitignore b/.gitignore index 13f8db35..7c813975 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,7 @@ build-andes.json # Resources resources/android/icon/* resources/android/splash/* +resources/android/xml/* resources/ios/icon/* resources/ios/splash/* diff --git a/config.xml b/config.xml index 088517af..299a9017 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Andes Neuquén Andes Neuquén Mobile App ANDES ~ Aplicaciones Neuquinas De Salud @@ -10,6 +10,7 @@ + @@ -21,7 +22,7 @@ - + @@ -69,6 +70,7 @@ + @@ -172,5 +174,6 @@ + diff --git a/google-services.json b/google-services.json new file mode 100755 index 00000000..b7967676 --- /dev/null +++ b/google-services.json @@ -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" +} \ No newline at end of file diff --git a/ionic.config.json b/ionic.config.json index 51866cad..6d94c281 100644 --- a/ionic.config.json +++ b/ionic.config.json @@ -1,9 +1,9 @@ { "name": "andes_mobile", - "version": "4.15.3", + "version": "5.0.0", "buildToolsVersion": "30.0.3", "integrations": { "cordova": {} }, "type": "angular" -} +} \ No newline at end of file diff --git a/package.json b/package.json index 75553cf4..0614551f 100644 --- a/package.json +++ b/package.json @@ -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",