From 717f6864f39c25cb38394ac7db417983a22367de Mon Sep 17 00:00:00 2001 From: Anton Zagrebelny Date: Fri, 12 Jul 2019 12:39:43 +0300 Subject: [PATCH] fix(biocatch): added android platform and updated repo (#3086) --- src/@ionic-native/plugins/biocatch/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/@ionic-native/plugins/biocatch/index.ts b/src/@ionic-native/plugins/biocatch/index.ts index 2ef08d6b2..070906751 100644 --- a/src/@ionic-native/plugins/biocatch/index.ts +++ b/src/@ionic-native/plugins/biocatch/index.ts @@ -26,8 +26,8 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core'; pluginName: 'BioCatch', plugin: 'cordova-plugin-biocatch', pluginRef: 'BioCatch', - repo: 'https://bitbucket.org/whisprnd/biocatch-cordova-plugin', - platforms: ['iOS'], + repo: 'https://bitbucket.org/carlos_orellana/ionic-plugin', + platforms: ['iOS', 'Android'], }) @Injectable() export class BioCatch extends IonicNativePlugin {