Merge branch 'master' into v5

This commit is contained in:
Daniel
2018-04-06 23:06:59 +02:00
8 changed files with 157 additions and 55 deletions
+1 -2
View File
@@ -40,12 +40,11 @@ import { CordovaProperty, IonicNativePlugin, Plugin } from '@ionic-native/core';
pluginName: 'Uid',
plugin: 'cordova-plugin-uid',
pluginRef: 'cordova.plugins.uid',
repo: 'https://github.com/hygieiasoft/cordova-plugin-uid',
repo: 'https://github.com/lionelhe/cordova-plugin-uid',
platforms: ['Android']
})
@Injectable()
export class Uid extends IonicNativePlugin {
/** Get the device Universally Unique Identifier (UUID). */
@CordovaProperty()
UUID: string;