diff --git a/src/@ionic-native/plugins/screenshot/index.ts b/src/@ionic-native/plugins/screenshot/index.ts index 363dd9a5c..c8674c5e0 100644 --- a/src/@ionic-native/plugins/screenshot/index.ts +++ b/src/@ionic-native/plugins/screenshot/index.ts @@ -23,7 +23,7 @@ declare const navigator: any; */ @Plugin({ pluginName: 'Screenshot', - plugin: 'https://github.com/gitawego/cordova-screenshot.git', + plugin: 'com.darktalker.cordova.screenshot', pluginRef: 'navigator.screenshot', repo: 'https://github.com/gitawego/cordova-screenshot', platforms: ['Android', 'iOS', 'macOS']