Skip to content

Commit

Permalink
Bump up plugin versions
Browse files Browse the repository at this point in the history
and move the barcode scanner also to a https github plugin since I got an error
saying that the plugin has not been published.
  • Loading branch information
shankari committed Mar 21, 2019
1 parent 8c929fa commit 073e3d4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,22 @@
<variable name="MAX_STORE" value="2" />
</plugin>
<preference name="SplashShowOnlyFirstTime" value="false" />
<plugin name="phonegap-plugin-barcodescanner" spec="^8.0.1">
<plugin name="phonegap-plugin-barcodescanner" spec="https://github.com/phonegap/phonegap-plugin-barcodescanner.git#v8.0.1">
<variable name="ANDROID_SUPPORT_V4_VERSION" value="27.+" />
<edit-config file="*-Info.plist" mode="merge" target="NSCameraUsageDescription">
<string>To scan the barcode for the study</string>
</edit-config>
</plugin>
<engine name="ios" spec="^4.5.4" />
<engine name="android" spec="^6.4.0" />
<plugin name="edu.berkeley.eecs.emission.cordova.auth" spec="https://github.com/e-mission/cordova-jwt-auth.git#v1.5.0" />
<plugin name="edu.berkeley.eecs.emission.cordova.comm" spec="https://github.com/e-mission/cordova-server-communication.git#v1.2.0" />
<plugin name="edu.berkeley.eecs.emission.cordova.datacollection" spec="https://github.com/e-mission/e-mission-data-collection.git#v1.3.0" />
<plugin name="edu.berkeley.eecs.emission.cordova.datacollection" spec="https://github.com/e-mission/e-mission-data-collection.git#v1.3.1">
<variable name="LOCATION_VERSION" value="11.0.1" />
</plugin>
<plugin name="edu.berkeley.eecs.emission.cordova.serversync" spec="https://github.com/e-mission/cordova-server-sync.git#v1.1.2" />
<plugin name="edu.berkeley.eecs.emission.cordova.settings" spec="https://github.com/e-mission/cordova-connection-settings.git#v1.2.0" />
<plugin name="edu.berkeley.eecs.emission.cordova.transitionnotify" spec="https://github.com/e-mission/e-mission-transition-notify.git#v1.2.0" />
<plugin name="edu.berkeley.eecs.emission.cordova.unifiedlogger" spec="https://github.com/e-mission/cordova-unified-logger.git#v1.3.0" />
<plugin name="edu.berkeley.eecs.emission.cordova.usercache" spec="https://github.com/e-mission/cordova-usercache.git#v1.1.0" />
<engine name="ios" spec="^4.5.4" />
<engine name="android" spec="^6.4.0" />
</widget>
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
},
"edu.berkeley.eecs.emission.cordova.auth": {},
"edu.berkeley.eecs.emission.cordova.comm": {},
"edu.berkeley.eecs.emission.cordova.datacollection": {},
"edu.berkeley.eecs.emission.cordova.datacollection": {
"LOCATION_VERSION": "11.0.1"
},
"edu.berkeley.eecs.emission.cordova.serversync": {},
"edu.berkeley.eecs.emission.cordova.settings": {},
"edu.berkeley.eecs.emission.cordova.transitionnotify": {},
Expand All @@ -56,7 +58,7 @@
"cordova-plugin-whitelist": "~1.3.3",
"cordova-plugin-x-socialsharing": "~5.2.1",
"de.appplant.cordova.plugin.local-notification-ios9-fix": "https://github.com/shankari/cordova-plugin-local-notifications.git",
"e-mission-data-collection": "git+https://github.com/e-mission/e-mission-data-collection.git#v1.3.0",
"e-mission-data-collection": "git+https://github.com/e-mission/e-mission-data-collection.git#v1.3.1",
"em-cordova-connection-settings": "git+https://github.com/e-mission/cordova-connection-settings.git#v1.2.0",
"em-cordova-jwt-auth": "git+https://github.com/e-mission/cordova-jwt-auth.git#v1.5.0",
"em-cordova-server-communication": "git+https://github.com/e-mission/cordova-server-communication.git#v1.2.0",
Expand All @@ -67,7 +69,7 @@
"fs-extra": "^5.0.0",
"ionic-plugin-keyboard": "~2.2.1",
"klaw-sync": "^3.0.2",
"phonegap-plugin-barcodescanner": "^8.1.0",
"phonegap-plugin-barcodescanner": "git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git#v8.0.1",
"phonegap-plugin-push": "=2.1.2"
}
}
}

0 comments on commit 073e3d4

Please sign in to comment.