fix(biocatch): added android platform and updated repo (#3086)

This commit is contained in:
Anton Zagrebelny 2019-07-12 12:39:43 +03:00 committed by Daniel Sogl
parent e9fa3ee6f2
commit 717f6864f3

View File

@ -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 {