feat: updating device account wrapper with maintained fork with android 8.0 compatibility

This commit is contained in:
Michael 2019-04-03 12:28:16 +11:00
parent 49d7ca7375
commit 354af9fe6f

View File

@ -37,7 +37,7 @@ export interface AndroidAccount {
pluginName: 'DeviceAccounts',
plugin: 'cordova-device-accounts',
pluginRef: 'plugins.DeviceAccounts',
repo: 'https://github.com/danielsogl/cordova-device-accounts',
repo: 'https://github.com/xUnholy/cordova-device-accounts',
platforms: ['Android']
})
@Injectable()