cc.fovea.cordova.purchase
Advanced tools
Comparing version 7.2.2 to 7.2.3
{ | ||
"name": "cc.fovea.cordova.purchase", | ||
"version": "7.2.2", | ||
"version": "7.2.3", | ||
"description": "Cordova Purchase plugin for iOS and Android (AppStore and PlayStore)", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -17,5 +17,12 @@ // | ||
var path = ctx.requireCordovaModule('path'); | ||
var platformRoot = path.join(ctx.opts.projectRoot, 'platforms/android'); | ||
var platformRoot = path.join(ctx.opts.projectRoot, | ||
'platforms' + path.sep + 'android'); | ||
var resDir = path.join('res', 'values'); | ||
// Ref #742: https://github.com/j3k0/cordova-plugin-purchase/issues/742 | ||
// Cordova failed to remove this file when uninstalling the plugin, which in | ||
// turn prevents the plugin from re-installing. Work-around below: | ||
fs.unlinkSync(path.join(platformRoot, 'app', 'src', 'main', 'aidl', 'com', 'android', 'vending', 'billing', 'IInAppBillingService.aidl')); | ||
fs.unlinkSync(path.join(platformRoot, 'src', 'com', 'android', 'vending', 'billing', 'IInAppBillingService.aidl')); | ||
// Android Studio or similar | ||
@@ -22,0 +29,0 @@ var baseDir = ''; |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
811812
14560
0