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', pluginName: 'BioCatch',
plugin: 'cordova-plugin-biocatch', plugin: 'cordova-plugin-biocatch',
pluginRef: 'BioCatch', pluginRef: 'BioCatch',
repo: 'https://bitbucket.org/whisprnd/biocatch-cordova-plugin', repo: 'https://bitbucket.org/carlos_orellana/ionic-plugin',
platforms: ['iOS'], platforms: ['iOS', 'Android'],
}) })
@Injectable() @Injectable()
export class BioCatch extends IonicNativePlugin { export class BioCatch extends IonicNativePlugin {