Skip to content

Commit

Permalink
Upgrade package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pferreir committed Jul 30, 2018
1 parent 6df0e21 commit 20ba495
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
22 changes: 10 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "indico-checkin",
"version": "1.4.2",
"version": "1.4.3",
"author": "Indico Team <[email protected]>",
"description": "Check-in application for Indico conferences",
"contributors": [
Expand All @@ -19,12 +19,11 @@
"conference"
],
"devDependencies": {
"cordova": "^7.0.1"
"cordova": "^8.0.0"
},
"license": "GPL-3.0",
"cordova": {
"plugins": {
"cordova-plugin-console": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-network-information": {},
Expand All @@ -40,14 +39,13 @@
]
},
"dependencies": {
"cordova-android": "^6.2.3",
"cordova-ios": "^4.4.0",
"cordova-plugin-console": "1.0.7",
"cordova-plugin-dialogs": "1.3.3",
"cordova-plugin-inappbrowser": "1.7.1",
"cordova-plugin-network-information": "1.3.3",
"cordova-plugin-splashscreen": "4.0.3",
"cordova-plugin-whitelist": "1.3.2",
"phonegap-plugin-barcodescanner": "6.0.5"
"cordova-android": "^7.1.1",
"cordova-ios": "^4.5.5",
"cordova-plugin-dialogs": "2.0.1",
"cordova-plugin-inappbrowser": "3.0.0",
"cordova-plugin-network-information": "2.0.1",
"cordova-plugin-splashscreen": "5.0.2",
"cordova-plugin-whitelist": "1.3.3",
"phonegap-plugin-barcodescanner": "8.0.0"
}
}
26 changes: 14 additions & 12 deletions www/config.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="ch.cern.indico.checkin" version="1.4.2" versionCode="420" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<widget id="ch.cern.indico.checkin" version="1.4.3" versionCode="421" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0">
<name>Indico check-in</name>
<description>
Check-in application for Indico conferences.
</description>
<author email="[email protected]" href="http://indico-software.org">
Indico Team
</author>
<preference name="phonegap-version" value="cli-6.5.0" />
<preference name="phonegap-version" value="cli-7.1.0" />
<preference name="orientation" value="portrait" />
<preference name="fullscreen" value="false" />
<preference name="permissions" value="none" />
Expand All @@ -20,7 +20,7 @@
<preference name="exit-on-suspend" value="false" />
<preference name="show-splash-screen-spinner" value="true" />
<preference name="auto-hide-splash-screen" value="true" />
<preference name="android-minSdkVersion" value="14" />
<preference name="android-minSdkVersion" value="19" />
<preference name="android-installLocation" value="auto" />
<icon density="mdpi" src="icon.png" />
<platform name="android">
Expand Down Expand Up @@ -56,15 +56,17 @@
<allow-navigation href="*" />
<allow-intent href="tel:*" />
<access origin="*" />
<engine name="android" spec="^6.2.3" />
<engine name="ios" spec="^4.4.0" />
<plugin name="cordova-plugin-console" spec="1.0.7" />
<plugin name="cordova-plugin-dialogs" spec="1.3.3" />
<plugin name="cordova-plugin-inappbrowser" spec="1.7.1" />
<plugin name="cordova-plugin-network-information" spec="1.3.3" />
<plugin name="cordova-plugin-splashscreen" spec="4.0.3" />
<plugin name="cordova-plugin-whitelist" spec="1.3.2" />
<plugin name="phonegap-plugin-barcodescanner" spec="6.0.5">
<plugin name="cordova-plugin-dialogs" spec="2.0.1" />
<plugin name="cordova-plugin-inappbrowser" spec="3.0.0" />
<plugin name="cordova-plugin-network-information" spec="2.0.1" />
<plugin name="cordova-plugin-splashscreen" spec="5.0.2" />
<plugin name="cordova-plugin-whitelist" spec="1.3.3" />
<plugin name="phonegap-plugin-barcodescanner" spec="8.0.0">
<variable name="CAMERA_USAGE_DESCRIPTION" value="To scan ticket QR codes" />
</plugin>
<edit-config file="*-Info.plist" mode="merge" target="NSCameraUsageDescription">
<string>To scan barcodes</string>
</edit-config>
<engine name="android" spec="^7.1.1" />
<engine name="ios" spec="^4.5.5" />
</widget>

0 comments on commit 20ba495

Please sign in to comment.