fix(google-play-games-services): correct Cordova plugin name typo (#2920)
closes ionic-team/ionic-docs#424
This commit is contained in:
parent
eeb68f1706
commit
fc0a238229
@ -154,7 +154,7 @@ export interface Player {
|
|||||||
*/
|
*/
|
||||||
@Plugin({
|
@Plugin({
|
||||||
pluginName: 'GooglePlayGamesServices',
|
pluginName: 'GooglePlayGamesServices',
|
||||||
plugin: 'cordova-plugin-play-games-service',
|
plugin: 'cordova-plugin-play-games-services',
|
||||||
pluginRef: 'plugins.playGamesServices',
|
pluginRef: 'plugins.playGamesServices',
|
||||||
repo: 'https://github.com/artberri/cordova-plugin-play-games-services',
|
repo: 'https://github.com/artberri/cordova-plugin-play-games-services',
|
||||||
platforms: ['Android'],
|
platforms: ['Android'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user