-
- Downloads
Les débuts de la sauvegarde
... | ... | @@ -17,6 +17,7 @@ |
"cordova-browser": "^6.0.0", | ||
"cordova-plugin-device-motion": "^2.0.1", | ||
"cordova-plugin-device-orientation": "^2.0.1", | ||
"cordova-plugin-file": "^6.0.2", | ||
"cordova-plugin-gyroscope": "^0.1.4", | ||
"cordova-plugin-indooratlas": "git+https://github.com/IndoorAtlas/cordova-plugin.git", | ||
"cordova-plugin-magnetometer": "git+https://github.com/sdesalas/cordova-plugin-magnetometer.git", | ||
... | ... | @@ -31,7 +32,8 @@ |
"cordova-plugin-gyroscope": {}, | ||
"cordova-plugin-magnetometer": {}, | ||
"cordova-plugin-indooratlas": {}, | ||
"cordova-plugin-sensors": {} | ||
"cordova-plugin-sensors": {}, | ||
"cordova-plugin-file": {} | ||
}, | ||
"platforms": [ | ||
"android", | ||
... | ... |
Please register or sign in to comment