Fixing pluginRef and plugin name to match maintained npm module

This commit is contained in:
Michael 2019-05-04 09:23:12 +10:00
parent e92b7aeb74
commit 591c290dbd

View File

@ -35,8 +35,8 @@ export interface AndroidAccount {
*/ */
@Plugin({ @Plugin({
pluginName: 'DeviceAccounts', pluginName: 'DeviceAccounts',
plugin: 'cordova-device-accounts', plugin: 'cordova-device-accounts-v2',
pluginRef: 'plugins.DeviceAccounts', pluginRef: 'DeviceAccounts',
repo: 'https://github.com/xUnholy/cordova-device-accounts', repo: 'https://github.com/xUnholy/cordova-device-accounts',
platforms: ['Android'] platforms: ['Android']
}) })