@purchasely/cordova-plugin-puchasely-google
Version:
Purchasely Google plugin for Android devices
18 lines • 996 B
text/xml
<plugin id="@purchasely/cordova-plugin-puchasely-google" version="5.1.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>PurchaselyGoogle</name>
<js-module name="PurchaselyGoogle" src="www/PurchaselyGoogle.js">
<clobbers target="cordova.plugins.PurchaselyGoogle" />
</js-module>
<platform name="android">
<config-file parent="/*" target="res/xml/config.xml">
<feature name="PurchaselyGoogle">
<param name="android-package" value="cordova-plugin-puchasely-google.PurchaselyGoogle" />
</feature>
</config-file>
<config-file parent="/*" target="AndroidManifest.xml">
</config-file>
<framework src="io.purchasely:google-play:5.1.0" />
<source-file src="src/android/PurchaselyGoogle.java" target-dir="src/cordova-plugin-puchasely-google/PurchaselyGoogle" />
</platform>
</plugin>