tapsell-plus-cordova-plugin
Version:
Ultimate Cordova Plugin for Tapsell Plus to monetize hybrid apps. Show mobile Ad with single line of JavaScript. Compatible with Cordova CLI, PhoneGap Build, Ionic, etc.
41 lines (34 loc) • 1.7 kB
text/xml
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="tapsell-plus-cordova-plugin"
version="2.1.8">
<name>Tapsell Cordova Plugin</name>
<description>Ultimate Cordova Plugin for Tapsell to monetize hybrid apps. Show mobile Ad with single line of JavaScript. Compatible with Cordova CLI, PhoneGap Build, Ionic, etc.</description>
<author>Milad Mohammadi Rezagah</author>
<license>MIT</license>
<keywords>cordova,plugin,ad,tapsell,monetisation</keywords>
<repo>https://github.com/vinoosir/tapsell-plus-cordova-plugin.git</repo>
<issue>https://github.com/vinoosir/tapsell-plus-cordova-plugin/issues</issue>
<engines>
<engine name="cordova" version=">=7.0.0" />
</engines>
<js-module src="www/TapsellPlus.js" name="TapsellPlus">
<clobbers target="window.TapsellPlus" />
</js-module>
<!-- android -->
<platform name="android">
<config-file target="res/xml/config.xml" parent="/*">
<feature name="TapsellPlus">
<param name="android-package" value="miladesign.cordova.TapsellPlusPlugin"/>
</feature>
</config-file>
<source-file src="src/TapsellPlusPlugin.java" target-dir="src/miladesign/cordova" />
<framework src="src/build.gradle" custom="true" type="gradleReference" />
<framework src="com.google.android.gms:play-services-ads:19.6.0" />
<config-file target="AndroidManifest.xml" parent="/*">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</config-file>
</platform>
</plugin>