mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
refactor(DeviceAccounts): add supported platforms
This commit is contained in:
parent
0a7577cec0
commit
30bdb1a8f1
@ -2,7 +2,8 @@ import {Cordova, Plugin} from './plugin';
|
|||||||
@Plugin({
|
@Plugin({
|
||||||
plugin: 'https://github.com/loicknuchel/cordova-device-accounts.git',
|
plugin: 'https://github.com/loicknuchel/cordova-device-accounts.git',
|
||||||
pluginRef: 'plugins.DeviceAccounts',
|
pluginRef: 'plugins.DeviceAccounts',
|
||||||
repo: 'https://github.com/loicknuchel/cordova-device-accounts'
|
repo: 'https://github.com/loicknuchel/cordova-device-accounts',
|
||||||
|
platforms: ['Android']
|
||||||
})
|
})
|
||||||
export class DeviceAccounts {
|
export class DeviceAccounts {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user