refactor(device-accounts): update source #3010

refactor(device-accounts): update source
This commit is contained in:
Daniel Sogl 2019-05-16 06:54:45 +02:00 committed by GitHub
commit 9a4bef34bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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