Implement easter egg file creation
This commit is contained in:
parent
b54b781803
commit
f57729c35a
6 changed files with 61 additions and 17 deletions
|
@ -14,7 +14,7 @@
|
|||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"cordova-android": "^12.0.1",
|
||||
"cordova-plugin-file": "^8.0.0",
|
||||
"cordova-plugin-file": "^8.0.1",
|
||||
"cordova-plugin-fullscreen": "^1.3.0",
|
||||
"cordova-plugin-gamepad": "github:OleSTEEP/cordova-plugin-gamepad",
|
||||
"cordova-plugin-insomnia": "github:open-dining/Insomnia-PhoneGap-Plugin"
|
||||
|
@ -24,10 +24,12 @@
|
|||
"android"
|
||||
],
|
||||
"plugins": {
|
||||
"cordova-plugin-file": {},
|
||||
"cordova-plugin-fullscreen": {},
|
||||
"cordova-plugin-insomnia": {},
|
||||
"cordova-plugin-gamepad": {}
|
||||
"cordova-plugin-gamepad": {},
|
||||
"cordova-plugin-file": {
|
||||
"ANDROIDX_WEBKIT_VERSION": "1.4.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue