Skip to content

Commit

Permalink
feat(purchases): update to plugin version 1.3.2 (#3566)
Browse files Browse the repository at this point in the history
  • Loading branch information
aboedo authored Nov 19, 2020
1 parent d7c6f86 commit 0f197ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/purchases/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export enum INTRO_ELIGIBILITY_STATUS {
*/
@Plugin({
pluginName: 'Purchases',
plugin: 'cordova-plugin-purchases@1.3.0',
plugin: 'cordova-plugin-purchases@1.3.2',
pluginRef: 'Purchases', // the variable reference to call the plugin, example: navigator.geolocation
repo: 'https://github.com/RevenueCat/cordova-plugin-purchases', // the github repository URL for the plugin
platforms: ['Android', 'iOS'], // Array of platforms supported, example: ['Android', 'iOS']
Expand Down

0 comments on commit 0f197ad

Please sign in to comment.