From 354af9fe6f67b3abaf43de21e6ecb83f4fcd5ee5 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 3 Apr 2019 12:28:16 +1100 Subject: [PATCH] feat: updating device account wrapper with maintained fork with android 8.0 compatibility --- src/@ionic-native/plugins/device-accounts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/device-accounts/index.ts b/src/@ionic-native/plugins/device-accounts/index.ts index bc52a3c32..f3ddf06d9 100644 --- a/src/@ionic-native/plugins/device-accounts/index.ts +++ b/src/@ionic-native/plugins/device-accounts/index.ts @@ -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()