Use fork of gamepad plugin

This commit is contained in:
OleSTEEP 2023-12-31 04:22:00 +03:00
parent 08576b3305
commit 04578338c8
2 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@
"cordova-android": "^12.0.1",
"cordova-plugin-file": "^8.0.0",
"cordova-plugin-fullscreen": "^1.3.0",
"cordova-plugin-gamepad": "github:vstirbu/GamepadButtons",
"cordova-plugin-gamepad": "github:OleSTEEP/cordova-gamepad-plugin",
"cordova-plugin-insomnia": "github:open-dining/Insomnia-PhoneGap-Plugin"
},
"cordova": {
@ -26,8 +26,8 @@
"plugins": {
"cordova-plugin-file": {},
"cordova-plugin-fullscreen": {},
"cordova-plugin-gamepad": {},
"cordova-plugin-insomnia": {}
"cordova-plugin-insomnia": {},
"cordova-plugin-gamepad": {}
}
}
}