Skip to content

Commit

Permalink
fix(app-minimize): fix pluginRef
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed May 11, 2017
1 parent 7e322aa commit 10d61c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/app-minimize/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { Injectable } from '@angular/core';
@Plugin({
pluginName: 'AppMinimize',
plugin: 'https://github.com/tomloprod/cordova-plugin-appminimize.git',
pluginRef: 'cordova.plugins.appMinimize',
pluginRef: 'plugins.appMinimize',
repo: 'https://github.com/tomloprod/cordova-plugin-appminimize',
platforms: ['Android']
})
Expand Down

0 comments on commit 10d61c2

Please sign in to comment.