feat(purchases): update to plugin version 1.3.2 (#3566)

This commit is contained in:
aboedo
2020-11-19 04:35:49 -03:00
committed by GitHub
parent d7c6f8628d
commit 0f197ad9fc
+1 -1
View File
@@ -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']