Commit 241b5fe7 by Matteo

Pre upgrade

parent e2c6da19
......@@ -6,6 +6,14 @@
<param name="android-package" value="com.android.plugins.Permissions"/>
</feature>
<feature name="AppVersion">
<param name="android-package" value="uk.co.whiteoctober.cordova.AppVersion"/>
</feature>
<feature name="RareloopAppVersion">
<param name="android-package" value="com.rareloop.cordova.appversion.RareloopAppVersion"/>
</feature>
<feature name="DatePickerPlugin">
<param name="android-package" value="com.plugin.datepicker.DatePickerPlugin"/>
</feature>
......
......@@ -2,6 +2,14 @@
<widget version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<access origin="*" />
<feature name="AppVersion">
<param name="ios-package" value="AppVersion"/>
</feature>
<feature name="RareloopAppVersion">
<param name="ios-package" value="RareloopAppVersion"/>
</feature>
<feature name="DatePicker">
<param name="ios-package" value="DatePicker"/>
</feature>
......
......@@ -404,6 +404,22 @@
"tslib": "^2.2.0"
}
},
"@awesome-cordova-plugins/app-version": {
"version": "5.39.1",
"resolved": "https://registry.npmjs.org/@awesome-cordova-plugins/app-version/-/app-version-5.39.1.tgz",
"integrity": "sha512-UQELx2IeQCMu+ngSnA0bSUKJfDHANT+RZ9EbuOtk+kmhzkbvjbnRhu7AWLA8q4fdXG8PlPljRcCZNxGT6+mraQ==",
"requires": {
"@types/cordova": "^0.0.34"
}
},
"@awesome-cordova-plugins/core": {
"version": "5.39.1",
"resolved": "https://registry.npmjs.org/@awesome-cordova-plugins/core/-/core-5.39.1.tgz",
"integrity": "sha512-IHBemJf7/kNXCyOghNHckdSY+pu+59W5cTE8w2UMFKQCtJugXVkdDqBPQjmmefzKLmDNCJ+lYhbv0V3VIr6N2g==",
"requires": {
"@types/cordova": "^0.0.34"
}
},
"@babel/code-frame": {
"version": "7.15.8",
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.15.8.tgz",
......@@ -4349,6 +4365,16 @@
"resolved": "https://registry.npmjs.org/cordova-plugin-android-permissions/-/cordova-plugin-android-permissions-1.1.2.tgz",
"integrity": "sha512-vJd56gLaSgQnB/4+uUjyVwVAii5TszBPAgjVkGvM8658cP5rjiNFAWmoOYkjeSe1I6dJk+MGrh/GbPkn0a+2OA=="
},
"cordova-plugin-app-version": {
"version": "0.1.12",
"resolved": "https://registry.npmjs.org/cordova-plugin-app-version/-/cordova-plugin-app-version-0.1.12.tgz",
"integrity": "sha512-P+0d9+h9HasanKuMd8tcEpuJJlsVmClie3Mbq16v3TV/VroDrgYB6Ea8Imkc/WjjMVSBCjWB+pji1LoupWlddA=="
},
"cordova-plugin-appversion": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/cordova-plugin-appversion/-/cordova-plugin-appversion-1.0.0.tgz",
"integrity": "sha1-tgo5E+R1k1+QCJMLRpclwmOUKJE="
},
"cordova-plugin-datepicker": {
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/cordova-plugin-datepicker/-/cordova-plugin-datepicker-0.9.3.tgz",
......
......@@ -4,9 +4,9 @@
export const environment = {
production: true,
BASE_ADDRESS: 'https://gestionale2.2p2.it/stman',
//BASE_ADDRESS: "http://localhost:8080/stman",
//BASE_ADDRESS: "http://192.168.1.127:8080/stman",
//BASE_ADDRESS: 'https://gestionale2.2p2.it/stman',
BASE_ADDRESS: "http://localhost:8080/stman",
//BASE_ADDRESS: "http://192.168.1.126:8080/stman",
//BASE_ADDRESS: "http://192.168.3.101:8080/stman",
eventsTime:3000,
P2PTokenUrl: "https://www.2p2.it/auth-request",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment